• v1.7.0 88c3670bde

    v1.7.0
    All checks were successful
    CI / lint (push) Successful in 9s
    Publish / detect-release (push) Successful in 5s
    CI / security (push) Successful in 8s
    Publish / tag (push) Successful in 4s
    CI / test (push) Successful in 19s
    Publish / publish-forgejo (push) Successful in 6s
    Publish / publish-npm (push) Successful in 10s
    Publish / promote-release (push) Successful in -1s
    Publish / publish-container (push) Successful in 24s
    Stable

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

    v1.7.0 — First Stable Release

    The first stable release of the OpenProject MCP server, graduating from alpha.

    What's Changed

    • OP#622: Add update/upgrade instructions to README and wiki

    What's Included (since 1.0.0-alpha)

    62 tools across 16 categories covering projects, work packages, versions, time tracking, wiki pages, boards, news, forums, relations, comments, memberships, notifications, watchers, queries, and admin commands.

    Highlights

    • 62 tools for comprehensive OpenProject management
    • Two deployment modes: Direct (stdio) for any developer, Docker sidecar for admin_command and shared servers
    • Interactive setup wizard: npx -y open-project-sidecar-mcp --setup
    • Board tools via REST API: No Docker required for Kanban boards
    • Auto-membership: API user automatically added as project member on creation
    • Update guide: Full documentation for upgrading between versions

    Install

    # New install
    npx -y open-project-sidecar-mcp@1.7.0 --setup
    
    # Update from previous version
    npx -y open-project-sidecar-mcp@latest --setup
    
    # Docker sidecar update
    docker compose pull mcp && docker compose up -d mcp
    
    Downloads