Files
planilla/mcp
josedario87 8e2d14919c
All checks were successful
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 18s
build-and-deploy / deploy (push) Successful in 27s
Merge branch 'main' of https://github.com/josedario87/planilla
2025-06-05 02:10:01 -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