forked from imbytecat/fullstack-starter
13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"tanstack": {
|
|
"type": "remote",
|
|
"url": "https://tanstack.com/api/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer {env:TANSTACK_API_KEY}"
|
|
}
|
|
}
|
|
}
|
|
}
|