From bbe8e18cae26a5c9fd60259af0b692807aaeb487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ikun=E4=B8=A4=E5=B9=B4=E5=8D=8A?= <334495606@qq.com> Date: Tue, 14 Oct 2025 22:22:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E4=BE=9D=E8=B5=96=E5=90=8D=E5=AD=97?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=96=B5=EF=BC=81=EF=BC=81=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]]