use gemini cli instead of jules, iterate on mcp config

This commit is contained in:
ssalbdivad
2025-11-18 14:42:07 -05:00
parent c63581a90c
commit dbf906a7f0
10 changed files with 191 additions and 236 deletions
+3
View File
@@ -15,6 +15,9 @@ export const claude = agent({
executablePath: "cli.js",
});
},
addMcpServer: () => {
// Claude accepts mcpServers directly in the query options, no configuration needed
},
run: async ({ prompt, mcpServers, apiKey, cliPath }) => {
process.env.ANTHROPIC_API_KEY = apiKey;