feat: mcp测试版

This commit is contained in:
ageer
2025-04-14 23:10:17 +08:00
parent 188dc1e55e
commit a4314dbbde
14 changed files with 455 additions and 452 deletions

View File

@@ -0,0 +1,20 @@
{
"mcpServers": {
"fileSystem": {
"command": "D:\\software\\nodeJs\\npx.cmd",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"D:\\software\\sqlite"
]
},
"sqlLite": {
"command": "D:\\Program Files\\python3.12.3\\Scripts\\uvx.exe",
"args": [
"mcp-server-sqlite",
"--db-path",
"D:\\work-space-study\\spring-ai-mcp-demo\\mcp-client\\src\\main\\resources\\test.db"
]
}
}
}