chore: 为 TanStack MCP 配置 Authorization 鉴权头
This commit is contained in:
+4
-1
@@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user