feat: add deploy-stg MCP server

This commit is contained in:
2026-04-23 17:26:16 +08:00
parent c5c2883281
commit 81de073222
5 changed files with 610 additions and 0 deletions

13
.mcp.json Normal file
View File

@@ -0,0 +1,13 @@
{
"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"
}
}
}
}