mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
9 lines
288 B
JSON
9 lines
288 B
JSON
{
|
|
"mcpServers": {
|
|
"DevBox": {
|
|
"description":"This server enables natural language interactions for developer-focused operations like managing Dev Boxes, configurations, and pools.",
|
|
"command": "npx",
|
|
"args": ["-y", "@microsoft/devbox-mcp@latest"]
|
|
}
|
|
}
|
|
} |