Files
httprunner/mcphost/testdata/test.mcp.json

39 lines
646 B
JSON

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