modify requirements

This commit is contained in:
朱潮 2025-10-20 15:18:32 +08:00
parent 0a1b8e8d22
commit b8e1414a94
3 changed files with 32 additions and 6 deletions

View File

@ -16,12 +16,6 @@
"args": [ "args": [
"./mcp/multi_keyword_search_server.py" "./mcp/multi_keyword_search_server.py"
] ]
},
"excel-csv-operator": {
"command": "python",
"args": [
"./mcp/excel_csv_operator_server.py"
]
} }
} }
} }

View File

@ -0,0 +1,28 @@
[
{
"mcpServers": {
"ripgrep": {
"command": "mcp-ripgrep",
"args": []
},
"semantic_search": {
"command": "python",
"args": [
"./mcp/semantic_search_server.py"
]
},
"multi-keyword-search": {
"command": "python",
"args": [
"./mcp/multi_keyword_search_server.py"
]
},
"excel-csv-operator": {
"command": "python",
"args": [
"./mcp/excel_csv_operator_server.py"
]
}
}
}
]

View File

@ -8,12 +8,14 @@ attrs==25.4.0
beautifulsoup4==4.14.2 beautifulsoup4==4.14.2
certifi==2025.10.5 certifi==2025.10.5
cffi==2.0.0 cffi==2.0.0
chardet==5.2.0
charset-normalizer==3.4.4 charset-normalizer==3.4.4
click==8.3.0 click==8.3.0
cryptography==46.0.3 cryptography==46.0.3
dashscope==1.24.6 dashscope==1.24.6
distro==1.9.0 distro==1.9.0
dotenv==0.9.9 dotenv==0.9.9
et_xmlfile==2.0.0
eval_type_backport==0.2.2 eval_type_backport==0.2.2
fastapi==0.116.1 fastapi==0.116.1
filelock==3.20.0 filelock==3.20.0
@ -43,6 +45,7 @@ multidict==6.7.0
networkx==3.5 networkx==3.5
numpy==1.26.4 numpy==1.26.4
openai==2.5.0 openai==2.5.0
openpyxl==3.1.5
packaging==25.0 packaging==25.0
pandas==2.3.3 pandas==2.3.3
pdfminer.six==20250506 pdfminer.six==20250506
@ -91,5 +94,6 @@ tzdata==2025.2
urllib3==2.5.0 urllib3==2.5.0
uvicorn==0.35.0 uvicorn==0.35.0
websocket-client==1.9.0 websocket-client==1.9.0
xlrd==2.0.2
xlsxwriter==3.2.9 xlsxwriter==3.2.9
yarl==1.22.0 yarl==1.22.0