• v1.6.0-alpha 78928981e7

    v1.6.0-alpha
    All checks were successful
    CI / lint (push) Successful in 9s
    Publish / detect-release (push) Successful in 5s
    CI / security (push) Successful in 9s
    Publish / tag (push) Successful in 5s
    CI / test (push) Successful in 20s
    Publish / publish-forgejo (push) Successful in 10s
    Publish / publish-npm (push) Successful in 10s
    Publish / promote-release (push) Successful in 2s
    Publish / publish-container (push) Successful in 26s
    Pre-release

    Gravity Bot released this 2026-02-16 10:04:32 +00:00 | 55 commits to main since this release

    What's Changed

    • OP#406: Auto-add API user as member when creating new projects
    • OP#407: Add type parameter to update_work_package tool
    • OP#365: Add watcher tools (list_watchers, add_watcher, remove_watcher)
    • OP#366: Add delete operations (delete_work_package, delete_project)
    • OP#555: Migrate all board tools from Rails to REST API (no longer sidecar-only)
    • OP#620: Audit admin_command actions — confirmed all 12 have no REST API equivalents
    • OP#621: Update wiki docs and README for v1.6.0-alpha changes

    Highlights

    • 5 new tools: list_watchers, add_watcher, remove_watcher, delete_work_package, delete_project (57 → 62 total)
    • Board tools migrated to REST API: list_boards, create_board, delete_board now use the Grids API instead of Rails runner — works in all deployment modes, no Docker required
    • Auto-membership on project creation: create_project now automatically adds the API user as a member with the best available role
    • Type updates: update_work_package now supports changing the work package type

    Install

    npx -y open-project-sidecar-mcp@1.6.0-alpha --setup
    
    Downloads