diff --git a/conversation-layer-agent/src/index.ts b/conversation-layer-agent/src/index.ts index 39b9139..a60e78a 100644 --- a/conversation-layer-agent/src/index.ts +++ b/conversation-layer-agent/src/index.ts @@ -112,8 +112,8 @@ app.post('/', async (req, res) => { // if (message.toLowerCase().includes('/planilla')) { if (true) { console.log('Using Model Context Protocol tools ', MCP_URL); - const client = await getMcpClient(); - config.tools = [mcpToTool(client)]; + // const client = await getMcpClient(); + // config.tools = [mcpToTool(client)]; } const result = await genAI.models.generateContent({ model: 'gemini-2.0-flash',