qwen_agent/mcp/mcp_settings.json
2025-10-07 12:25:41 +08:00

27 lines
453 B
JSON

[
{
"mcpServers": {
"deep-directory-tree": {
"command": "npx",
"args": [
"-y",
"@andredezzy/deep-directory-tree-mcp"
]
},
"ripgrep": {
"command": "npx",
"args": [
"-y",
"mcp-ripgrep@latest"
]
},
"json-reader": {
"command": "python",
"args": [
"./mcp/json_reader_server.py"
]
}
}
}
]