diff --git a/pyproject.toml b/pyproject.toml index c95ceacbd..a54cc425b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ dependencies = [ "filetype>=1.2.0", "google-genai>=1.29.0", "httpx>=0.28.1", + "jieba>=0.42.1", "json-repair>=0.47.6", "json5>=0.12.1", "jsonlines>=4.0.0", @@ -76,7 +77,8 @@ dependencies = [ "aiosqlite>=0.21.0", "inkfox>=0.1.1", "rjieba>=0.1.13", - "fastmcp>=2.13.0", + "mcp>=0.9.0", + "sse-starlette>=2.2.1", ] [[tool.uv.index]]