• v1.4.6-alpha b18ef4d7bc

    v1.4.6-alpha
    Some checks failed
    Publish / detect-release (push) Successful in 5s
    CI / security (push) Successful in 9s
    CI / lint (push) Successful in 10s
    Publish / tag (push) Successful in 5s
    CI / test (push) Successful in 17s
    Publish / publish-container (push) Failing after 4s
    Publish / publish-forgejo (push) Successful in 12s
    Publish / publish-npm (push) Successful in 11s
    Publish / promote-release (push) Successful in 1s
    Pre-release

    Gravity Bot released this 2026-02-16 03:14:27 +00:00 | 107 commits to main since this release

    What's Changed

    Input Sanitization (OP#531)

    • OP#532: Added zId, zNum, zNumRange, zIdArray coercion 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#537OP#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 of node:18-slim
    • Container image includes docker-cli for Rails-dependent tools (admin_command, wiki, boards, forums)
    • CI publishes container image alongside npm package on every release
    • Re-running --setup on 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-alpha
    
    Downloads