Files
mai-bot/src/maisaka/mcp_config.json.template

14 lines
278 B
Plaintext

{
"mcpServers": {
"tavily": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.tavily.com/mcp/?tavilyApiKey=YOUR_API_KEY_HERE"
],
"env": {}
}
}
}