-
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