use gemini cli instead of jules, iterate on mcp config
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user