Files
sistem-desa-mandiri/.mcp.json

14 lines
265 B
JSON

{
"mcpServers": {
"deploy-stg": {
"type": "stdio",
"command": "bun",
"args": ["run", ".mcp/deploy-stg/server.ts"],
"env": {
"BASE_URL": "https://desa-plus-stg.wibudev.com",
"STACK_NAME": "desa-plus"
}
}
}
}