17 lines
423 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|