chore: 为 TanStack MCP 配置 Authorization 鉴权头

This commit is contained in:
2026-04-24 19:51:48 +08:00
parent 02757226f7
commit ac58950853
+4 -1
View File
@@ -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}"
}
}
}
}