Commit Graph

15 Commits

Author SHA1 Message Date
7234bb63bf Agregar variable MCP_DOMAIN al workflow de deploy
All checks were successful
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Successful in 3s
- Necesaria para configurar el dominio del servidor MCP en Traefik
2025-10-13 19:33:33 -06:00
3af2abb68f Corregir errores de tipos en docker_logs
All checks were successful
build-and-deploy / build (push) Successful in 13s
build-and-deploy / deploy (push) Successful in 3s
- Remover parámetro follow del inputSchema y handler
- Forzar follow: false en container.logs()
- Solucionar error TS2769 y TS2554
2025-10-13 19:32:04 -06:00
16af248cf1 Agregar package-lock.json para MCP Docker Server
Some checks failed
build-and-deploy / build (push) Failing after 20s
build-and-deploy / deploy (push) Has been skipped
- Requerido por npm ci en el Dockerfile
- Asegura instalación determinística de dependencias
2025-10-13 19:29:54 -06:00
535b7c37b0 Unificar workflows - build app y MCP server juntos
Some checks failed
build-and-deploy / build (push) Failing after 11s
build-and-deploy / deploy (push) Has been skipped
2025-10-13 19:27:20 -06:00
272781c116 Simplificar workflow MCP Docker - usar comandos directos
Some checks failed
build-and-deploy / deploy (push) Failing after 2s
build-and-deploy / build (push) Successful in 8s
Deploy MCP Docker Server / build-and-deploy (push) Failing after 8s
2025-10-13 19:26:37 -06:00
514a7ef6a7 Bump version to 1.0.2 - trigger workflow con runner correcto
Some checks failed
build-and-deploy / deploy (push) Failing after 1s
build-and-deploy / build (push) Successful in 9s
Deploy MCP Docker Server / build-and-deploy (push) Failing after 9s
2025-10-13 19:25:13 -06:00
9dd7888ea7 Cambiar runner a 'docker' para MCP workflow
Some checks failed
build-and-deploy / deploy (push) Failing after 2s
build-and-deploy / build (push) Successful in 7s
Deploy MCP Docker Server / build-and-deploy (push) Failing after 3m1s
2025-10-13 19:21:44 -06:00
73ccfe5fdc Bump MCP Docker server version to trigger build
Some checks failed
build-and-deploy / build (push) Successful in 7s
Deploy MCP Docker Server / build-and-deploy (push) Has been cancelled
build-and-deploy / deploy (push) Failing after 1s
2025-10-13 19:20:47 -06:00
fc5c70c725 Mover workflow MCP Docker a .gitea/workflows
Some checks failed
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Failing after 2s
2025-10-13 19:20:22 -06:00
ec69798b35 Trigger MCP Docker server build
Some checks failed
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Failing after 2s
2025-10-13 19:19:44 -06:00
fd9bafbe05 Actualizar .dockerignore y README del MCP server
Some checks failed
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Failing after 1s
2025-10-13 19:13:46 -06:00
a84c7b9114 Implementar MCP Docker Server personalizado
Some checks failed
build-and-deploy / build (push) Successful in 8s
build-and-deploy / deploy (push) Failing after 2s
- Creado servidor MCP en TypeScript con @modelcontextprotocol/sdk
- Implementadas 13 herramientas Docker seguras usando dockerode:
  * docker_ps: Listar contenedores
  * docker_logs: Ver logs de contenedores
  * docker_inspect: Inspeccionar contenedor
  * docker_stats: Estadísticas de recursos
  * docker_top: Procesos del contenedor
  * docker_start/stop/restart: Gestión de contenedores
  * docker_exec: Ejecutar comandos
  * docker_images/networks/volumes: Listar recursos
  * docker_info: Información del sistema
- Configurado servidor HTTP con Express en puerto 3000
- Agregado endpoint /mcp para protocolo MCP
- Agregado health check en /health
- Actualizado docker-compose.yml para usar imagen personalizada
- Configurado GitHub Actions para build y deploy automático
- Socket Docker montado en modo solo lectura para seguridad
2025-10-13 19:12:34 -06:00
aa5ac70c7c Agregar servidor MCP Docker al stack
All checks were successful
build-and-deploy / build (push) Successful in 8s
build-and-deploy / deploy (push) Successful in 10s
- Agregado servicio mcp-docker con imagen docker:cli
- Configurado MCP Gateway en modo streaming (puerto 8080)
- Expuesto a través de Traefik sin autenticación Authentik
- Montado socket de Docker en modo solo lectura
- Agregada variable MCP_DOMAIN al .env.example
- Actualizado README con documentación del servicio
2025-10-13 18:48:02 -06:00
c54e18a878 Trigger deploy con variables y secrets configurados
All checks were successful
build-and-deploy / build (push) Successful in 58s
build-and-deploy / deploy (push) Successful in 2s
2025-10-13 15:50:49 -06:00
8a576ab776 Implementación inicial de Nucleo Docs
Some checks failed
build-and-deploy / build (push) Failing after 6s
build-and-deploy / deploy (push) Has been skipped
2025-10-13 15:45:52 -06:00