Files
planilla/mcp
2025-06-03 16:23:16 -06:00
..
2025-06-03 16:15:47 -06:00
2025-06-03 14:16:36 -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