-
0.1.7 Stable
released this
2026-06-18 10:05:35 +00:00 | 0 commits to main since this releaseFixed
- Responses with empty bodies (e.g.
merge_pull_request,update_pr_branch) no longer throwUnexpected end of JSON input. The operation was succeeding server-side but the tool reported an error.request()now reads the body as text and returnsundefinedfor empty responses render_markdownandrender_markupno longer throwUnexpected 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_teamno longer returns500whenunitsis omitted for read/write teams; it now defaults to the standard repository unit set
Changed
- Server version reported during the MCP
initializehandshake is now read frompackage.jsonat 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) withtypescript-eslint;npm run lintwas previously non-functional - Removed dead imports surfaced by the linter
- Added regression tests for empty-body, HTML, and
create_teamunits handling
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Responses with empty bodies (e.g.
-
0.1.6 Stable
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_file
now uses PUT instead of PATCH on/repos/{owner}/{repo}/contents/{filepath}, matching the Forgejo API spec. PATCH was returning405 Method Not Allowed`Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
7 downloads
-
Source code (ZIP)
-
v0.1.5 Stable
released this
2026-03-21 21:20:30 +00:00 | 2 commits to main since this releaseWhat's New
Added
- Server instructions — clients now automatically receive tool categories and usage conventions during the MCP
initializehandshake, 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
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
8 downloads
- Server instructions — clients now automatically receive tool categories and usage conventions during the MCP
-
v0.1.4 Stable
released this
2026-02-23 15:52:51 +00:00 | 3 commits to main since this releaseWhat's Changed
- Add
edit_repotool for editing repository settings via PATCH API - Fix broken link and update CONTRIBUTING/LICENSE URLs in README
- Fix
formatResponsefor 204 No Content responses - Bump version to 0.1.4
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
2 downloads
- Add