mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
13 lines
226 B
JSON
13 lines
226 B
JSON
|
|
{
|
||
|
|
"tavily": {
|
||
|
|
"command": "npx",
|
||
|
|
"args": [
|
||
|
|
"-y",
|
||
|
|
"mcp-remote",
|
||
|
|
"https://mcp.tavily.com/mcp/?tavilyApiKey=${TAVILY_API_KEY}"
|
||
|
|
],
|
||
|
|
"env": {
|
||
|
|
"TAVILY_API_KEY": "${TAVILY_API_KEY}"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|