14 lines
265 B
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"
|
|
}
|
|
}
|
|
}
|
|
}
|