Configurar MCP en mismo dominio de la app principal
All checks were successful
build-and-deploy / build (push) Successful in 10s
build-and-deploy / deploy (push) Successful in 3s

- Cambiar router MCP para usar APP_DOMAIN/mcp en lugar de dominio separado
- Prioridad 200 para que tenga precedencia sobre otros routers
- Eliminar variable MCP_DOMAIN del workflow y .env.example
- Actualizar README con nueva configuración de endpoints
- El servidor MCP estará en docs.nucleoriofrio.com/mcp sin Authentik
This commit is contained in:
2025-10-13 19:39:32 -06:00
parent 7234bb63bf
commit 7ee9e69b28
4 changed files with 12 additions and 11 deletions

View File

@@ -46,7 +46,6 @@ jobs:
# Variables de entorno para docker-compose
APP_DOMAIN: ${{ vars.APP_DOMAIN }}
NUXT_PUBLIC_APP_URL: ${{ vars.NUXT_PUBLIC_APP_URL }}
MCP_DOMAIN: ${{ vars.MCP_DOMAIN }}
steps:
- uses: actions/checkout@v3
- name: Login to registry