-
v1.4.17-alpha
Pre-releaseAll checks were successfulCI / lint (push) Successful in 9sPublish / detect-release (push) Successful in 6sCI / security (push) Successful in 9sCI / test (push) Successful in 16sPublish / tag (push) Successful in 4sPublish / publish-forgejo (push) Successful in 8sPublish / publish-npm (push) Successful in 13sPublish / promote-release (push) Successful in 1sPublish / publish-container (push) Successful in 24sreleased this
2026-02-16 06:56:13 +00:00 | 76 commits to main since this releaseWhat's Changed
Setup Wizard Improvements
- Handle existing MCP config: When
claude mcp addfails because a config already exists, the wizard now offers to replace it instead of failing with raw JSON instructions. - Validate API key before registering: After confirming the sidecar is reachable via
/health, the wizard now tests the/mcpendpoint with the provided Bearer token. If auth fails, the user is prompted to re-enter the correct key or cancel — preventing broken configs from being registered silently.
Testing
- 3 new tests for
testAuth(correct key, wrong key, network error) - Total: 225 tests passing
Full Changelog: https://git.bros.ninja/mike/open-project-sidecar-mcp/compare/v1.4.15-alpha...v1.4.17-alpha
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
2 downloads
- Handle existing MCP config: When