18 lines
391 B
JSON
18 lines
391 B
JSON
{
|
|
"mcpServers": {
|
|
"deploy-stg": {
|
|
"type": "stdio",
|
|
"command": "bun",
|
|
"args": ["run", ".mcp/deploy-stg/server.ts"],
|
|
"env": {
|
|
"GH_TOKEN": "${GH_TOKEN}",
|
|
"GH_URL": "bipprojectbali/desa-plus",
|
|
"BASE_URL": "https://desa-plus-stg.wibudev.com",
|
|
"VERSION_PATH": "/api/version-app",
|
|
"STACK_NAME": "desa-plus"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|