Skip to content

0.8.0

Choose a tag to compare

@rubicon-release-please rubicon-release-please released this 20 Aug 10:15
ac6cd00

forgejo-mcp v0.8.0 (2026-08-20)

The workflow this server exists to support ends with closing an issue, which it could not do. That is now fixed, along with the discovery that every enum in the tool surface was decoration: nothing validated arguments before a handler ran, so any value at all reached the API. The review event enum was the dangerous one, since an unrecognised value does not error in Forgejo. It falls through to a pending draft and reports success, which is the bug from 0.5.0 arriving by a different road.

Added

Fixed

  • enforce the enums the tool schemas advertise (#81) (c4e5b2f), closes #79

Full changelog: v0.7.0...v0.8.0