josedario87 3105e83038
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 36s
docs: Actualizar documentación TM-U220 con resultados de pruebas reales
- 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
2025-11-26 14:47:54 -06:00

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 impresoras
  • POST /api/printers - Crear impresora
  • POST /api/printers/select - Seleccionar impresora activa

Templates

  • GET /api/templates - Listar templates
  • POST /api/templates - Crear template

Impresion

  • POST /api/print - Imprimir operaciones
  • POST /api/print/template - Imprimir template con variables
  • POST /api/print/raw - Imprimir operaciones con variables

MCP

  • POST /api/mcp - Endpoint JSON-RPC para agentes IA
Description
No description provided
Readme 1.8 MiB
Languages
TypeScript 45.1%
Vue 39.7%
JavaScript 11.6%
Shell 2.9%
CSS 0.4%
Other 0.3%