diff --git a/.mcp/context7.jsonc b/.mcp/context7.jsonc deleted file mode 100644 index 5e66ce0..0000000 --- a/.mcp/context7.jsonc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "mcp": { - "context7": { - "type": "remote", - "url": "https://mcp.context7.com/mcp", - "enabled": false - } - } -} diff --git a/.mcp/deepwiki.jsonc b/.mcp/deepwiki.jsonc deleted file mode 100644 index ea9520c..0000000 --- a/.mcp/deepwiki.jsonc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "mcp": { - "deepwiki": { - "type": "remote", - "url": "https://mcp.deepwiki.com/mcp", - "enabled": false - } - } -} diff --git a/.mcp/exa.jsonc b/.mcp/exa.jsonc deleted file mode 100644 index 2e95299..0000000 --- a/.mcp/exa.jsonc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "mcp": { - "exa": { - "type": "remote", - "url": "https://mcp.exa.ai/mcp?tools=web_search_exa", - "enabled": false - } - } -} diff --git a/.mcp/grep-app.jsonc b/.mcp/grep-app.jsonc deleted file mode 100644 index 997adb4..0000000 --- a/.mcp/grep-app.jsonc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "mcp": { - "grep-app": { - "type": "remote", - "url": "https://mcp.grep.app", - "enabled": false - } - } -} diff --git a/.mcp/memory.jsonc b/.mcp/memory.jsonc deleted file mode 100644 index 31997d3..0000000 --- a/.mcp/memory.jsonc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "mcp": { - "memory": { - "type": "local", - "command": ["bunx", "@modelcontextprotocol/server-memory"], - "enabled": false - } - } -} diff --git a/.mcp/sequential-thinking.jsonc b/.mcp/sequential-thinking.jsonc deleted file mode 100644 index f094324..0000000 --- a/.mcp/sequential-thinking.jsonc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "mcp": { - "sequential-thinking": { - "type": "local", - "command": ["bunx", "@modelcontextprotocol/server-sequential-thinking"], - "enabled": false - } - } -}