{ "systemPrompt": "check and find relevant tools for you next task...", "llm": { "provider": "google_genai", "model": "gemini-2.5-flash", "api_key": "", "temperature": 0.7, "base_url" : "https://us-central1-aiplatform.googleapis.com/v1" }, "mcpServers": { "fetch": { "command": "uvx", "args": ["mcp-server-fetch"], "requires_confirmation": ["fetch"], "enabled": true, // Optional, defaults to true "exclude_tools": [] // Optional, list of tool names to exclude }, "arxiv-mcp-server": { "command": "uv", "args": [ "tool", "run", "arxiv-mcp-server", "--storage-path", "/home/ubuntu/papers" ] }, "mcp-datetime": { "command": "uvx", "args": ["mcp-datetime"] }, "ddg-search": { "command": "uvx", "args": ["duckduckgo-mcp-server"] }, "whatsapp": { "command": "uv", // Run `which uv` and place the output here "args": [ "--directory", "/home/ubuntu/whatsapp-mcp/whatsapp-mcp-server", // cd into the repo, run `pwd` and enter the output here + "/whatsapp-mcp-server" "run", "main.py" ] }, "Yargı MCP": { "command": "uvx", "args": [ "yargi-mcp" ] } }