fix: Corregir sintaxis del comando mcp add
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 36s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 36s
This commit is contained in:
@@ -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>"
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user