• 0.1.7 ec62b82f7a

    0.1.7 Stable

    ric released this 2026-06-18 10:05:35 +00:00 | 0 commits to main since this release

    Fixed

    • Responses with empty bodies (e.g. merge_pull_request, update_pr_branch) no longer throw Unexpected end of JSON input. The operation was succeeding server-side but the tool reported an error. request() now reads the body as text and returns undefined for empty responses
    • render_markdown and render_markup no longer throw Unexpected token '<'. These endpoints return raw HTML rather than JSON, which is now returned as-is (with a JSON fallback when the content-type header is missing)
    • create_team no longer returns 500 when units is omitted for read/write teams; it now defaults to the standard repository unit set

    Changed

    • Server version reported during the MCP initialize handshake is now read from package.json at runtime instead of being hardcoded, so it can no longer drift from the published version

    Internal

    • Added a working ESLint flat config (eslint.config.js) with typescript-eslint; npm run lint was previously non-functional
    • Removed dead imports surfaced by the linter
    • Added regression tests for empty-body, HTML, and create_team units handling
    Downloads
  • 0.1.6 9c4d699ef9

    0.1.6 Stable

    ric released this 2026-06-14 21:07:44 +00:00 | 1 commits to main since this release

    [0.1.6] - 2026-06-14

    Fixed

    update_filenow uses PUT instead of PATCH on/repos/{owner}/{repo}/contents/{filepath}, matching the Forgejo API spec. PATCH was returning 405 Method Not Allowed`

    Downloads
  • v0.1.5 25696c512e

    v0.1.5 Stable

    ric released this 2026-03-21 21:20:30 +00:00 | 2 commits to main since this release

    What's New

    Added

    • Server instructions — clients now automatically receive tool categories and usage conventions during the MCP initialize handshake, so AI assistants understand how to use the server without additional prompting
    • CHANGELOG.md — full version history
    • Auto Setup section in README

    Full Changelog: https://code.squarecows.com/SquareCows/forgejo-mcp/compare/v0.1.4...v0.1.5

    Downloads
  • v0.1.4 5fe13dcf97

    v0.1.4 Stable

    ric released this 2026-02-23 15:52:51 +00:00 | 3 commits to main since this release

    What's Changed

    • Add edit_repo tool for editing repository settings via PATCH API
    • Fix broken link and update CONTRIBUTING/LICENSE URLs in README
    • Fix formatResponse for 204 No Content responses
    • Bump version to 0.1.4
    Downloads