fix: Corregir sintaxis del comando mcp add
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 36s

This commit is contained in:
2025-11-25 13:03:29 -06:00
parent 5666df4ce0
commit f20acbd1dd

View File

@@ -7,7 +7,7 @@ Sistema central para gestión de impresoras Epson ePOS.
Agregar el MCP a tu proyecto (token desde Authentik > Directory > Tokens): Agregar el MCP a tu proyecto (token desde Authentik > Directory > Tokens):
```bash ```bash
claude mcp add printercentral --transport http --url https://printercentral.nucleoriofrio.com/api/mcp --header "Authorization: Bearer <AUTHENTIK_TOKEN>" claude mcp add --transport http printercentral https://printercentral.nucleoriofrio.com/api/mcp --header "Authorization: Bearer <AUTHENTIK_TOKEN>"
``` ```
--- ---