Files
httprunner/pkg/mcphost/testdata/test.mcp.json
2025-05-16 11:43:49 +08:00

33 lines
518 B
JSON

{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"./"
]
},
"weather": {
"args": [
"--directory",
"/Users/debugtalk/MyProjects/HttpRunner-dev/httprunner/pkg/mcphost/testdata",
"run",
"demo_weather.py"
],
"autoApprove": [
"get_forecast"
],
"command": "uv",
"env": {
"ABC": "123"
}
},
"disabled_server": {
"command": "echo",
"args": ["disabled"],
"disabled": true
}
}
}