3105e830388de25911df3e4888d1db5aa669c774
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 36s
- Corregir caracteres por línea: Font A=33 (default), Font B=40 - Documentar que Font A es la fuente por defecto - Agregar charset completo soportado (box drawing, bloques, símbolos) - Documentar comandos que NO funcionan (textPosition, textSmooth, etc) - Corregir sintaxis de operaciones (textAlign, textStyle, feedLine) - Agregar nota: text NO tiene salto de línea automático - Crear resultados-pruebas-tmu220.md con todas las pruebas
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%