upd: mcp json

This commit is contained in:
2026-04-29 17:39:43 +08:00
parent a2c7be7cfa
commit 83e8becaa3

View File

@@ -6,9 +6,9 @@
"args": ["scripts/mcp-deploy.ts"], "args": ["scripts/mcp-deploy.ts"],
"env": { "env": {
"GH_TOKEN": "${GH_TOKEN}", "GH_TOKEN": "${GH_TOKEN}",
"STACK_NAME": "${STACK_NAME}", "STACK_NAME": "monitoring-app",
"BASE_URL": "${BASE_URL}", "BASE_URL": "https://api.github.com/repos/bipprojectbali/monitoring-app",
"STG_URL": "${STG_URL}", "STG_URL": "https://monitoring-stg.wibudev.com",
"VERSION_PATH": "/api/system/version" "VERSION_PATH": "/api/system/version"
} }
} }