From 5055741ef46b37d637b3ff5d905dc18f7386ae97 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Fri, 6 Jun 2025 15:03:49 -0600 Subject: [PATCH] desactivado mcp por el momenot para el agent --- conversation-layer-agent/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',