Files
planilla/mcp
josedario87 db92f48ecd
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 1s
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Successful in 26s
Remove */node_modules from tracking
2025-06-03 16:44:18 -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