{ "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" } } } }