• 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