feat: MCP Server para control de impresoras
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 2m8s

- Endpoint HTTP JSON-RPC en /api/mcp
- 6 tools: list_templates, list_printers, print_template, print_raw, create_template, update_template
- Guia de formato para impresora TM-U220
- Protegido por Authentik forward auth
This commit is contained in:
2025-11-25 12:41:49 -06:00
parent 583c29cd96
commit 0e86f9d7a9
5 changed files with 1206 additions and 17 deletions

View File

@@ -10,6 +10,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.22.0",
"@nuxt/ui": "^4.1.0",
"@vite-pwa/nuxt": "^1.0.7",
"axios": "^1.13.2",