-
v1.4.6-alpha
Pre-releaseSome checks failedPublish / detect-release (push) Successful in 5sCI / security (push) Successful in 9sCI / lint (push) Successful in 10sPublish / tag (push) Successful in 5sCI / test (push) Successful in 17sPublish / publish-container (push) Failing after 4sPublish / publish-forgejo (push) Successful in 12sPublish / publish-npm (push) Successful in 11sPublish / promote-release (push) Successful in 1sreleased this
2026-02-16 03:14:27 +00:00 | 107 commits to main since this releaseWhat's Changed
Input Sanitization (OP#531)
- OP#532: Added
zId,zNum,zNumRange,zIdArraycoercion helpers that accept both strings and numbers - OP#533: Replaced all
z.number()schemas with coercion helpers across all tools - OP#534: Improved parameter descriptions with cross-references and examples
- OP#535: Added integration tests for coercion helpers in schema composition
Wiki Draft Pages (OP#536)
- OP#537–OP#545: Created 8 comprehensive wiki pages (home, quick start, deployment modes, configuration, security, tool reference, admin command, troubleshooting)
- Slimmed README from 482 to ~125 lines with summary tables linking to wiki drafts
Docker Sidecar Fix (OP#547)
- Setup wizard now uses published container image (
git.bros.ninja/mike/open-project-sidecar-mcp:latest) instead ofnode:18-slim - Container image includes
docker-clifor Rails-dependent tools (admin_command, wiki, boards, forums) - CI publishes container image alongside npm package on every release
- Re-running
--setupon existing sidecars auto-upgrades to the new image
Rails Tools Audit (OP#548)
- Audited 13 non-admin Rails tools for REST API migration feasibility
- Wiki and forum APIs are stubs (GET only) — no migration possible
- Boards has partial REST coverage — follow-up task OP#555 created in 1.5.0-alpha
- Updated all 13 tool descriptions and documentation to mark Sidecar mode requirement
Install
# npm (public) npx -y open-project-sidecar-mcp@1.4.6-alpha --setup # npm (Forgejo registry) npm install open-project-sidecar-mcp@1.4.6-alpha --registry=https://git.bros.ninja/api/packages/mike/npm/ # Docker sidecar docker pull git.bros.ninja/mike/open-project-sidecar-mcp:1.4.6-alphaDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- OP#532: Added