Commit Graph

3 Commits

Author SHA1 Message Date
Ben
418af129af fix: simplify health check to liveness probe
All checks were successful
Build and Push Gitea MCP Docker Image / build (push) Successful in 17s
Health check no longer validates Gitea connectivity - this is checked
when tools are actually called. Fixes Docker health check failures when
container networking can't resolve external Gitea URL.
2025-12-22 05:16:18 +00:00
Ben
c0402b4491 Initial commit: Gitea MCP Server
All checks were successful
Build and Push Gitea MCP Docker Image / build (push) Successful in 25s
- 6 curated MCP tools (get_my_user_info, search_repos, list_my_repos, get_repo, list_repo_issues, list_repo_commits)
- API pass-through tool (gitea_api_call) for complete API coverage
- Curated API reference resource (gitea://api-reference)
- Health check endpoint
- Docker support with Gitea Actions CI
- docker-compose.yml for production, docker-compose.dev.yml for local builds
2025-12-22 04:53:10 +00:00
Ben
1375175290 Initial commit: Gitea MCP Server
- 6 curated MCP tools (get_my_user_info, search_repos, list_my_repos, get_repo, list_repo_issues, list_repo_commits)
- API pass-through tool (gitea_api_call) for complete API coverage
- Curated API reference resource (gitea://api-reference)
- Health check endpoint
- Docker support with health checks
2025-12-22 04:46:35 +00:00