desactivado mcp por el momenot para el agent
All checks were successful
Deploy conversation layer / deploy (push) Successful in 22s

This commit is contained in:
2025-06-06 15:03:49 -06:00
parent 603322258a
commit 5055741ef4

View File

@@ -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',