feat: mcp支持远程调用

This commit is contained in:
ageerle
2025-04-17 16:23:32 +08:00
parent 761d954ef1
commit 788b372e32
4 changed files with 76 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
{
"mcpServers": {
"fileSystem": {
"command": "C:\\Program Files\\nodejs\\npx.cmd",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"D:\\software"
]
}
}
}