Wraps the official gitea-mcp server (binary copied from
docker.gitea.com/gitea-mcp-server:1.7.0) and serves it two ways from one
container:
- :8000 mcpo (OpenAPI) for Open WebUI, using the container's service
token and guarded by MCPO_API_KEY.
- :8080 native streamable-HTTP MCP at /mcp for coding agents, with the
service token stripped so each client must send its own Gitea token.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>