mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 03:30:37 +00:00
fix(opencode.json): disable all services by setting "enabled" to false in opencode.json for consistency
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user