34bb178f97225af64b8e4ed88b7c2494503df8b6
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 36s
- Separar alineación (flexbox en .line) del transform (.line-content) - Ahora text-align center/right funciona correctamente con font-b y doble tamaño - Agregar clases align-left, align-center, align-right para el contenedor
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%