84249a356512899338d3c9a48ffb054f8f70d53f
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 36s
- Agregar campo model a interface Printer - Nuevas tools: get_printing_guide, list_models - Guías de formato para TM-U220 (matricial) y TM-T88 (térmica) - list_printers ahora incluye el modelo
PrinterCentral
Sistema central para gestión de impresoras Epson ePOS.
MCP Server para Claude Code
Agregar el MCP a tu proyecto (token desde Authentik > Directory > Tokens):
claude mcp add --transport http printercentral https://printercentral.nucleoriofrio.com/api/mcp --header "Authorization: Bearer <AUTHENTIK_TOKEN>"
Setup
npm install
Development
npm run dev
Production
npm run build
API Endpoints
Impresoras
GET /api/printers- Listar impresorasPOST /api/printers- Crear impresoraPOST /api/printers/select- Seleccionar impresora activa
Templates
GET /api/templates- Listar templatesPOST /api/templates- Crear template
Impresion
POST /api/print- Imprimir operacionesPOST /api/print/template- Imprimir template con variablesPOST /api/print/raw- Imprimir operaciones con variables
MCP
POST /api/mcp- Endpoint JSON-RPC para agentes IA
Description
Languages
TypeScript
45.1%
Vue
39.7%
JavaScript
11.6%
Shell
2.9%
CSS
0.4%
Other
0.3%