Files
conversation-layer/mcp
josedario87 7eba5b2755
All checks were successful
Deploy conversation layer / deploy (push) Successful in 6s
iniciada creacion del mcp
2025-06-06 20:51:06 -06:00
..
2025-06-06 20:51:06 -06:00
2025-06-06 20:51:06 -06:00
2025-06-06 20:51:06 -06:00
2025-06-06 20:51:06 -06:00
2025-06-06 20:51:06 -06:00
2025-06-06 20:51:06 -06:00
2025-06-06 20:51:06 -06:00
2025-06-06 20:51:06 -06:00
2025-06-06 20:51:06 -06:00

Planilla MCP Server

This module exposes the planilla API through the Model Context Protocol (MCP). By default it runs an HTTP server using the Streamable HTTP transport. You can switch to STDIO communication by passing --stdio when starting.

Usage

npm install
npm start                # HTTP mode on PORT (default 5000)
npm start -- --stdio     # STDIO mode