添加mcp配置

This commit is contained in:
2026-01-15 17:34:22 +08:00
parent 0e4a85551f
commit d3bf64ae61
21 changed files with 1601 additions and 275 deletions

View File

@@ -3,7 +3,7 @@ name = "wecom-wnzs-adapter"
version = "0.1.0"
description = "企业微信万能助手适配器"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.13"
dependencies = [
"casbin>=1.43.0",
"fastapi[standard]>=0.116.1",
@@ -16,13 +16,12 @@ dependencies = [
"sqlmodel>=0.0.24",
"uvicorn>=0.35.0",
"apscheduler>=3.11.0",
"pydantic<2.10",
"pickledb>=1.3.2",
"wecom-sdk>=1.0.0",
"xmltodict>=1.0.2",
"psycopg2-binary>=2.9.11",
"fastscheduler[fastapi]>=0.1.2",
"pydantic-settings>=2.11.0",
"fastmcp>=2.14.3",
]
[dependency-groups]