diff --git a/opencode.jsonc b/opencode.jsonc deleted file mode 100644 index c63927c..0000000 --- a/opencode.jsonc +++ /dev/null @@ -1,12 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "mcp": { - "tanstack": { - "type": "remote", - "url": "https://tanstack.com/api/mcp", - "headers": { - "Authorization": "Bearer {env:TANSTACK_API_KEY}" - } - } - } -}