-
v1.4.5-alpha
Pre-releaseAll checks were successfulPublish / detect-release (push) Successful in 4sCI / lint (push) Successful in 7sCI / security (push) Successful in 9sPublish / tag (push) Successful in 5sCI / test (push) Successful in 15sPublish / publish-forgejo (push) Successful in 9sPublish / publish-npm (push) Successful in 12sPublish / promote-release (push) Successful in 2sreleased this
2026-02-16 01:22:14 +00:00 | 118 commits to main since this releaseWhat's Changed
Smart URL Normalization (OP#527)
When users enter a bare hostname like
dockyard:8940without a protocol prefix, the wizard now automatically probes both protocols instead of failing:- Tries
https://first (preferred) - Falls back to
http://with an insecure-connection warning requiring explicit user confirmation - If the user explicitly typed
http://, also warns and asks for confirmation
Applied to all URL input points in the wizard:
- Docker sidecar connect (both wizard paths)
- OpenProject domain resolution (both wizard paths)
Tests (OP#528)
10 new unit tests covering
normalizeAndProbeUrl: protocol passthrough, bare hostname probing, host:port handling, insecure decline flow, trailing slash stripping, both-fail case. 174 total tests, 0 failures.Install
npx -y open-project-sidecar-mcp@1.4.5-alpha --setupDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Tries