Files
planilla/mcp
josedario87 cf73bd0889
All checks were successful
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Successful in 6s
build-and-deploy / deploy (push) Successful in 31s
ahora ya va poder crear empleados, idciat es un string ahora.
2025-06-05 02:50:00 -06:00
..
2025-06-03 16:15:47 -06:00
2025-06-03 14:16:36 -06:00
2025-06-05 02:13:22 -06:00
2025-06-03 14:16:36 -06:00
2025-06-03 14:16:36 -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