• 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