From 6ee703fef570bc9a9f0b212a2c1b6beb013e2946 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman Date: Sat, 2 May 2026 14:11:55 -0400 Subject: [PATCH] script: disabled sequential thinking mcp --- .devcontainer/opencode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/opencode.json b/.devcontainer/opencode.json index 26b2559cf..59f8bcf5f 100644 --- a/.devcontainer/opencode.json +++ b/.devcontainer/opencode.json @@ -10,7 +10,7 @@ "sequential-thinking": { "type": "local", "command": ["npx", "@modelcontextprotocol/server-sequential-thinking"], - "enabled": true + "enabled": false }, }, "provider": {