fix(opencode.json): disable all services by setting "enabled" to false in opencode.json for consistency

This commit is contained in:
David Ibia
2025-11-09 15:28:40 +01:00
parent 4bd5b2405e
commit 7a12ec0f2f

View File

@@ -54,12 +54,12 @@
"shadcn@latest", "shadcn@latest",
"mcp" "mcp"
], ],
"enabled": true "enabled": false
}, },
"astro": { "astro": {
"type": "remote", "type": "remote",
"url": "https://mcp.docs.astro.build/mcp", "url": "https://mcp.docs.astro.build/mcp",
"enabled": true "enabled": false
}, },
"context7": { "context7": {
"type": "remote", "type": "remote",
@@ -67,7 +67,7 @@
"headers": { "headers": {
"CONTEXT7_API_KEY": "env:CONTEXT7_API_KEY" "CONTEXT7_API_KEY": "env:CONTEXT7_API_KEY"
}, },
"enabled": true "enabled": false
}, },
"ast-grep": { "ast-grep": {
"type": "local", "type": "local",
@@ -86,7 +86,7 @@
"npx", "npx",
"chrome-devtools-mcp@latest" "chrome-devtools-mcp@latest"
], ],
"enabled": true "enabled": false
} }
} }
} }