-
v0.2.0
Stablepublish / test (push) Successful in 37spublish / lint (push) Successful in 43sdocker / docker (push) Successful in 51sdocker / lint (push) Successful in 41sdocker / test (push) Successful in 38slint / lint (push) Successful in 30stest / test (push) Successful in 32stest / package (push) Successful in 43spublish / publish (push) Failing after 12sreleased this
2026-06-27 14:26:07 +00:00 | 0 commits to main since this releaseFirst stable release of the refactored AegisGitea-MCP.
Highlights
- Local stdio package. Install and run with
uvx aegis-gitea-mcp(envGITEA_URL+GITEA_TOKEN), alongside the existing public HTTP/OAuth server. - Transport-agnostic core with two adapters (stdio + HTTP) sharing a single tool registry.
- Full Gitea API by default via the policy-gated
gitea_requestdispatch, with a method/path read-vs-write classifier. - Resource-type-aware authorization. Repo, user, org, and admin paths each carry their own fail-closed rule; admin is default-deny.
- Automated package publishing. Merges to
devpublishaegis-gitea-mcp-dev(X.Y.Z.devN); merges tomainpublish stableaegis-gitea-mcp.
Install
uv pip install --index-url https://git.hiddenden.cafe/api/packages/Hiddenden/pypi/simple/ aegis-gitea-mcpSee
docs/local-quickstart.mdfor the local server anddocs/packaging.mdfor the channels.Downloads
- Local stdio package. Install and run with