0.12.0
forgejo-mcp v0.12.0 (2026-08-20)
Finding open issues that mention you, updated this week, meant fetching pages and filtering them yourself. Both listing tools now take the filters their endpoints have always accepted, including text search, milestones, authorship, and sort. The two endpoints disagree about almost everything. Milestones go by name on one and by id on the other, and the sort values overlap without matching, so the tools mirror the API rather than inventing a tidier contract that Forgejo would ignore. Label filtering on pull requests was also being sent comma-joined to an endpoint that wanted repeated parameters, so it had been silently doing nothing.
Added
Full changelog: v0.11.0...v0.12.0