• v0.2.0 2b99644ec5

    v0.2.0
    publish / test (push) Successful in 37s
    publish / lint (push) Successful in 43s
    docker / docker (push) Successful in 51s
    docker / lint (push) Successful in 41s
    docker / test (push) Successful in 38s
    lint / lint (push) Successful in 30s
    test / test (push) Successful in 32s
    test / package (push) Successful in 43s
    publish / publish (push) Failing after 12s
    Stable

    Bartender released this 2026-06-27 14:26:07 +00:00 | 0 commits to main since this release

    First stable release of the refactored AegisGitea-MCP.

    Highlights

    • Local stdio package. Install and run with uvx aegis-gitea-mcp (env GITEA_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_request dispatch, 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 dev publish aegis-gitea-mcp-dev (X.Y.Z.devN); merges to main publish stable aegis-gitea-mcp.

    Install

    uv pip install --index-url https://git.hiddenden.cafe/api/packages/Hiddenden/pypi/simple/ aegis-gitea-mcp
    

    See docs/local-quickstart.md for the local server and docs/packaging.md for the channels.

    Downloads