• v1.2.1-alpha 30282bdd99

    v1.2.1-alpha — Terminology fix: Direct/Shared modes
    All checks were successful
    CI / security (push) Successful in 7s
    CI / lint (push) Successful in 9s
    CI / test (push) Successful in 16s
    Pre-release

    Gravity Bot released this 2026-02-15 19:02:00 +00:00 | 177 commits to main since this release

    What changed

    Renamed deployment mode labels from "Local (stdio)" / "Remote (HTTP)" to "Direct (stdio)" / "Shared (HTTP)" across the README, installer prompts, and setup wizard.

    The old names implied where OpenProject is hosted, which was misleading — OpenProject can be anywhere in all modes. The new names describe how the MCP server is launched:

    • Direct — your AI client spawns the server as a child process (stdio pipes)
    • Shared — a persistent HTTP server that multiple AI clients connect to by URL

    No functional changes. All 114 tests pass.

    Install / upgrade

    npx open-project-sidecar-mcp@1.2.1-alpha
    
    Downloads