iniciada creacion del mcp
All checks were successful
Deploy conversation layer / deploy (push) Successful in 6s
All checks were successful
Deploy conversation layer / deploy (push) Successful in 6s
This commit is contained in:
13
mcp/README.md
Normal file
13
mcp/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm start # HTTP mode on PORT (default 5000)
|
||||
npm start -- --stdio # STDIO mode
|
||||
```
|
||||
Reference in New Issue
Block a user