mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-11 10:37:20 +00:00
21 lines
484 B
JSON
21 lines
484 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|