update mcp_servers_config.json

This commit is contained in:
jjyaoao
2025-03-13 18:08:41 +08:00
parent af6de60e14
commit cf1c01b978

View File

@@ -14,6 +14,10 @@
"simple-arxiv": { "simple-arxiv": {
"command": "python", "command": "python",
"args": ["-m", "mcp_simple_arxiv"] "args": ["-m", "mcp_simple_arxiv"]
},
"fetch": {
"command": "python",
"args": ["-m", "mcp_server_fetch"]
} }
}, },
"mcpWebServers": {} "mcpWebServers": {}