Files
monitoring-app/.mcp.json
2026-04-29 17:39:43 +08:00

17 lines
423 B
JSON

{
"mcpServers": {
"deploy-stg": {
"type": "stdio",
"command": "bun",
"args": ["scripts/mcp-deploy.ts"],
"env": {
"GH_TOKEN": "${GH_TOKEN}",
"STACK_NAME": "monitoring-app",
"BASE_URL": "https://api.github.com/repos/bipprojectbali/monitoring-app",
"STG_URL": "https://monitoring-stg.wibudev.com",
"VERSION_PATH": "/api/system/version"
}
}
}
}