From ac58950853183d58d7e6e28d499bb230e123e394 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 24 Apr 2026 19:51:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=BA=20TanStack=20MCP=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20Authorization=20=E9=89=B4=E6=9D=83=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index f202177..c63927c 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -3,7 +3,10 @@ "mcp": { "tanstack": { "type": "remote", - "url": "https://tanstack.com/api/mcp" + "url": "https://tanstack.com/api/mcp", + "headers": { + "Authorization": "Bearer {env:TANSTACK_API_KEY}" + } } } }