Archon/python
Luis Erlacher c581c8a9bb
Some checks are pending
Build Images / build-server-docker (push) Waiting to run
Build Images / build-mcp-docker (push) Blocked by required conditions
Build Images / build-agents-docker (push) Blocked by required conditions
Build Images / build-frontend-docker (push) Blocked by required conditions
Build Images / build-server-k8s (push) Blocked by required conditions
Build Images / build-mcp-k8s (push) Blocked by required conditions
Build Images / build-agents-k8s (push) Blocked by required conditions
Build Images / build-frontend-k8s (push) Blocked by required conditions
fix(mcp): Add HTTP /health endpoint for frontend health checks
The MCP only had health_check as an MCP tool, not as an HTTP endpoint.
Frontend was getting 404 when trying GET /health.

Added FastAPI route /health that returns:
- 200 when healthy with full health status
- 503 when starting/degraded with status message

Fixes frontend MCP status dashboard showing 'unhealthy'
2025-10-28 12:24:51 -03:00
..
src fix(mcp): Add HTTP /health endpoint for frontend health checks 2025-10-28 12:24:51 -03:00
tests Migrations and version APIs (#718) 2025-09-22 12:25:58 +03:00
.dockerignore The New Archon (Beta) - The Operating System for AI Coding Assistants! 2025-08-13 07:58:24 -05:00
.gitignore refactor: Remove Socket.IO and implement HTTP polling architecture (#514) 2025-09-02 14:41:35 -05:00
Dockerfile.agents Moving Dockerfiles to uv for package installation (#533) 2025-08-30 11:33:11 -05:00
Dockerfile.k8s.agents feat: add K8s optimized Docker images with dual build strategy 2025-10-07 12:38:40 -03:00
Dockerfile.k8s.mcp feat: add K8s optimized Docker images with dual build strategy 2025-10-07 12:38:40 -03:00
Dockerfile.k8s.server feat: add K8s optimized Docker images with dual build strategy 2025-10-07 12:38:40 -03:00
Dockerfile.mcp Moving Dockerfiles to uv for package installation (#533) 2025-08-30 11:33:11 -05:00
Dockerfile.server Reduced the size of sentence-transformers by making it CPU only, including reranking by default now (#534) 2025-08-30 11:56:40 -05:00
package-lock.json The New Archon (Beta) - The Operating System for AI Coding Assistants! 2025-08-13 07:58:24 -05:00
pyproject.toml refactor: Remove Socket.IO and implement HTTP polling architecture (#514) 2025-09-02 14:41:35 -05:00
pyrightconfig.json The New Archon (Beta) - The Operating System for AI Coding Assistants! 2025-08-13 07:58:24 -05:00
pytest.ini The New Archon (Beta) - The Operating System for AI Coding Assistants! 2025-08-13 07:58:24 -05:00
uv.lock refactor: Remove Socket.IO and implement HTTP polling architecture (#514) 2025-09-02 14:41:35 -05:00