mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-19 23:30:09 +08:00
37 lines
944 B
JSON
37 lines
944 B
JSON
{
|
|
"mcpServers": {
|
|
"shoots_ug_toolbox_install_helper": {
|
|
"args": [
|
|
"--directory",
|
|
"/Users/debugtalk/MyProjects/ByteDance/EvalTools/shoots-ug-box",
|
|
"run",
|
|
"install_helper.py"
|
|
],
|
|
"command": "uv"
|
|
},
|
|
"shoots_ug_toolbox_utils_utils": {
|
|
"args": [
|
|
"--directory",
|
|
"/Users/debugtalk/MyProjects/ByteDance/EvalTools/shoots-ug-box",
|
|
"run",
|
|
"utils_utils.py"
|
|
],
|
|
"command": "uv"
|
|
},
|
|
"weather": {
|
|
"args": [
|
|
"--directory",
|
|
"/Users/debugtalk/MyProjects/ByteDance/EvalTools/shoots-ug-box",
|
|
"run",
|
|
"demo_weather.py"
|
|
],
|
|
"autoApprove": [
|
|
"get_forecast"
|
|
],
|
|
"command": "uv",
|
|
"env": {
|
|
"ABC": "123"
|
|
}
|
|
}
|
|
}
|
|
} |