modify requirements
This commit is contained in:
parent
0a1b8e8d22
commit
b8e1414a94
@ -16,12 +16,6 @@
|
||||
"args": [
|
||||
"./mcp/multi_keyword_search_server.py"
|
||||
]
|
||||
},
|
||||
"excel-csv-operator": {
|
||||
"command": "python",
|
||||
"args": [
|
||||
"./mcp/excel_csv_operator_server.py"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
28
mcp/mcp_settings_backup.json
Normal file
28
mcp/mcp_settings_backup.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -8,12 +8,14 @@ attrs==25.4.0
|
||||
beautifulsoup4==4.14.2
|
||||
certifi==2025.10.5
|
||||
cffi==2.0.0
|
||||
chardet==5.2.0
|
||||
charset-normalizer==3.4.4
|
||||
click==8.3.0
|
||||
cryptography==46.0.3
|
||||
dashscope==1.24.6
|
||||
distro==1.9.0
|
||||
dotenv==0.9.9
|
||||
et_xmlfile==2.0.0
|
||||
eval_type_backport==0.2.2
|
||||
fastapi==0.116.1
|
||||
filelock==3.20.0
|
||||
@ -43,6 +45,7 @@ multidict==6.7.0
|
||||
networkx==3.5
|
||||
numpy==1.26.4
|
||||
openai==2.5.0
|
||||
openpyxl==3.1.5
|
||||
packaging==25.0
|
||||
pandas==2.3.3
|
||||
pdfminer.six==20250506
|
||||
@ -91,5 +94,6 @@ tzdata==2025.2
|
||||
urllib3==2.5.0
|
||||
uvicorn==0.35.0
|
||||
websocket-client==1.9.0
|
||||
xlrd==2.0.2
|
||||
xlsxwriter==3.2.9
|
||||
yarl==1.22.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user