mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-10 17:43:00 +08:00
39 lines
646 B
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
|
|
}
|
|
}
|
|
}
|