• v1.1.1-alpha 9fc9951a79

    v1.1.1-alpha
    All checks were successful
    CI / lint (push) Successful in 6s
    CI / security (push) Successful in 9s
    CI / test (push) Successful in 15s
    Pre-release

    Gravity Bot released this 2026-02-15 17:48:07 +00:00 | 189 commits to main since this release

    What's New

    Fix: .env loading for npx users

    The .env file is now loaded from the current working directory first, then falls back to the package directory. Previously it only checked __dirname, which points into the npm cache for npx users — making it impossible to find the user's .env.

    Interactive first-run setup

    When no .env is found and the terminal is interactive (TTY), the server now offers a guided setup:

    1. Choose where to create the .env file (cwd, custom path, or skip)
    2. Creates it from a minimal template
    3. Optionally opens in $EDITOR
    4. Offers to register with Claude Code or Cursor (writes the MCP client config automatically)

    Non-TTY environments (MCP client stdio) get a helpful error with the paths checked and a copiable .env template.

    CI improvements

    • Removed actions/cache@v4 from Forgejo CI — was hanging on self-hosted runners with no cache backend
    • Removed unused publish.yml workflow

    Tests

    • 6 new unit tests for parseEnvFile() (103 total, 0 failures)

    Full Changelog: https://git.bros.ninja/mike/open-project-sidecar-mcp/compare/v1.1.0-alpha...v1.1.1-alpha
    npm: npx open-project-sidecar-mcp@1.1.1-alpha

    Downloads
  • v1.1.0-alpha fca95ad6a0

    v1.1.0-alpha
    Some checks failed
    CI / lint (push) Successful in 10s
    Publish / test (push) Successful in 15s
    Publish / publish (push) Failing after 9s
    CI / security (push) Successful in 10m30s
    CI / test (push) Successful in 10m38s
    Pre-release

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

    What's New

    HTTP Transport & Setup Wizard

    • StreamableHTTP transport — run the server in remote/team mode alongside stdio
    • API key auth middleware for HTTP transport
    • Health endpoint with OpenProject reachability check and version info
    • Interactive setup wizard (--setup / --setup-json) for guided configuration
    • Dockerfile and Compose config updated for HTTP mode

    API Coverage Expansion (13 new tools)

    • Relations: list_relations, create_relation, delete_relation
    • Activities: list_work_package_activities, add_work_package_comment, update_comment
    • Memberships: list_memberships, add_membership, update_membership, remove_membership, list_roles
    • Notifications: list_notifications, mark_notification_read, mark_all_notifications_read

    README Overhaul

    • Restructured deployment section into 3 clear paths (Local stdio, Remote HTTP, Docker sidecar)
    • Added mode column to all tool tables showing which deployment modes each tool supports
    • Expanded admin_command documentation with all 12 actions grouped by area
    • Added .env-first credential guidance and security section
    • Added verification steps and troubleshooting table

    Bug Fixes

    • Fixed npm bin symlink so server starts correctly via npx
    • Fixed tool registrations scoping inside createServer()

    Tests

    • Unit tests for HTTP transport and auth
    • Unit tests for relation, activity, membership, and notification HAL parsing

    Full Changelog: https://git.bros.ninja/mike/open-project-sidecar-mcp/compare/v1.0.1-alpha...v1.1.0-alpha
    npm: npx open-project-sidecar-mcp@1.1.0-alpha

    Downloads
  • v1.0.1-alpha 7be6f850a1

    v1.0.1-alpha
    Some checks failed
    CI / security (push) Successful in 1m45s
    CI / lint (push) Failing after 5m48s
    CI / test (push) Successful in 10m56s
    Publish / test (push) Successful in 6s
    Publish / publish (push) Failing after 7s
    Pre-release

    Gravity Bot released this 2026-02-14 08:18:14 +00:00 | 222 commits to main since this release

    Changes

    Features

    • feat(work-packages): Add type parameter to update_work_package tool — allows changing work package type (Task, Epic, Summary Task) via MCP

    Maintenance

    • Set alpha version identifier in package.json
    • Add author and main entry point to package.json
    • Fix license field

    Install

    npm install open-project-sidecar-mcp@1.0.1-alpha
    
    Downloads
  • v1.0.0-alpha 79817a0968

    v1.0.0-alpha
    Some checks failed
    Publish / test (push) Successful in 7s
    Publish / publish (push) Failing after 8s
    Pre-release

    Gravity Bot released this 2026-02-14 07:02:12 +00:00 | 224 commits to main since this release

    Initial Release

    First alpha release of the OpenProject MCP server for Claude Code.

    Features

    • 43 MCP tools covering projects, work packages, versions, wiki, time tracking, boards, news, forums, and admin
    • HAL+JSON API client with caching and error handling
    • Docker sidecar deployment support
    • Rails console access via admin_command tool
    • Conventional commit message formatting via format_commit_message tool

    Install

    npm install open-project-sidecar-mcp@1.0.0-alpha
    
    Downloads