LICENSE
README.md
pyproject.toml
src/api_dev.py
src/terminal_dev.py
src/fastchat/__init__.py
src/fastchat/api/api.py
src/fastchat/api/settings.py
src/fastchat/api/routes/chat.py
src/fastchat/app/chat/chat.py
src/fastchat/app/chat/features/llm_provider.py
src/fastchat/app/chat/features/step.py
src/fastchat/app/mcp_manager/client.py
src/fastchat/app/mcp_manager/servers.py
src/fastchat/app/mcp_manager/services/__init__.py
src/fastchat/app/mcp_manager/services/service.py
src/fastchat/app/mcp_manager/services/prompt/prompt.py
src/fastchat/app/mcp_manager/services/resource/resource.py
src/fastchat/app/mcp_manager/services/resource/utils.py
src/fastchat/app/mcp_manager/services/tool/tool.py
src/fastchat/app/mcp_manager/sessions/httpstrem.py
src/fastchat/app/mcp_manager/sessions/stdio.py
src/fastchat/app/services/llm/__init__.py
src/fastchat/app/services/llm/llm.py
src/fastchat/app/services/llm/models/openai_service/gpt.py
src/fastchat/app/services/llm/prompts/system_prompts.py
src/fastchat/app/services/llm/prompts/user_prompts.py
src/fastchat/config/llm_config.py
src/fastchat/config/logger.py
src/fastchat/local/local_chat.py
src/fastchat/utils/clear_console.py
src/fastchat/utils/get_running_loop.py
src/fastchat/utils/print_terminal.py
src/fastchat/utils/stdio_session_params.py
src/fastchat_mcp.egg-info/PKG-INFO
src/fastchat_mcp.egg-info/SOURCES.txt
src/fastchat_mcp.egg-info/dependency_links.txt
src/fastchat_mcp.egg-info/requires.txt
src/fastchat_mcp.egg-info/top_level.txt