mcp_test/pyproject.toml
sun 842e8f4f72 feat(client): 重构客户端以支持 OpenAI 兼容模型并增强日志功能
- 新增 OpenAIClientModel 类,用于调用 OpenAI 兼容模型
- 重构 AutoToolChatSession 类,支持 OpenAI 兼容模型- 增加了更多日志输出,以便调试和跟踪程序执行流程
- 优化了工具调用和结果处理的逻辑- 调整了环境变量加载方式,使用 dotenv 库
2025-08-29 14:12:15 +08:00

11 lines
201 B
TOML

[project]
name = "testmcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mcp[cli]>=1.13.1",
"openai>=1.102.0",
]