Created
July 9, 2025 16:35
-
-
Save otuva/5d2ca395fce08e2e4912ba6634a75efb to your computer and use it in GitHub Desktop.
Revisions
-
otuva renamed this gist
Jul 9, 2025 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
otuva created this gist
Jul 9, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,50 @@ { "systemPrompt": "check and find relevant tools for you next task...", "llm": { "provider": "google_genai", "model": "gemini-2.5-flash", "api_key": "<APIKEY>", "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" ] } }