-
v1.1.1-alpha
Pre-releasereleased this
2026-02-15 17:48:07 +00:00 | 189 commits to main since this releaseWhat's New
Fix: .env loading for npx users
The
.envfile 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 fornpxusers — making it impossible to find the user's.env.Interactive first-run setup
When no
.envis found and the terminal is interactive (TTY), the server now offers a guided setup:- Choose where to create the
.envfile (cwd, custom path, or skip) - Creates it from a minimal template
- Optionally opens in
$EDITOR - 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
.envtemplate.CI improvements
- Removed
actions/cache@v4from Forgejo CI — was hanging on self-hosted runners with no cache backend - Removed unused
publish.ymlworkflow
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-alphaDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Choose where to create the
-
v1.1.0-alpha
Pre-releasereleased this
2026-02-15 16:46:19 +00:00 | 197 commits to main since this releaseWhat'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_commanddocumentation 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-alphaDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.0.1-alpha
Pre-releasereleased this
2026-02-14 08:18:14 +00:00 | 222 commits to main since this releaseChanges
Features
- feat(work-packages): Add
typeparameter toupdate_work_packagetool — 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-alphaDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- feat(work-packages): Add
-
v1.0.0-alpha
Pre-releasereleased this
2026-02-14 07:02:12 +00:00 | 224 commits to main since this releaseInitial 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_commandtool - Conventional commit message formatting via
format_commit_messagetool
Install
npm install open-project-sidecar-mcp@1.0.0-alphaDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads