mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
27 lines
590 B
JSON
27 lines
590 B
JSON
{
|
|
"mcpServers": {
|
|
"filesystem": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-filesystem",
|
|
"/Users/debugtalk/Downloads/tmp"
|
|
]
|
|
},
|
|
"weather": {
|
|
"command": "uv",
|
|
"args": [
|
|
"--directory",
|
|
"/Users/debugtalk/MyProjects/ByteDance/EvalTools/quickstart-resources/weather-server-python/",
|
|
"run",
|
|
"weather.py"
|
|
],
|
|
"autoApprove": [
|
|
"get_forecast"
|
|
],
|
|
"env": {
|
|
"ABC": "123"
|
|
}
|
|
}
|
|
}
|
|
} |