diff --git a/conversation-layer-agent/src/index.ts b/conversation-layer-agent/src/index.ts index f602cdc..1f2eb03 100644 --- a/conversation-layer-agent/src/index.ts +++ b/conversation-layer-agent/src/index.ts @@ -44,7 +44,8 @@ app.post('/', async (req, res) => { try { const contents = `Repo information: ${repoInfo}\nUser message: ${message}`; const config: any = {}; - if (message.toLowerCase().includes('/planilla')) { + // if (message.toLowerCase().includes('/planilla')) { + if (true) { console.log('Using Model Context Protocol tools ', MCP_URL); const client = await getMcpClient(); config.tools = [mcpToTool(client)];