Commit 706a78e
Fix archive URL detection using explicit HTTP status check
Replace curl -f exit code check with explicit %{http_code} comparison
to reliably detect whether the new _mcp_ archive exists for a release.
The previous --head check gave false positives on Linux due to redirect
chain behavior, causing installs to fail with 404 for older releases.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6232347 commit 706a78e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments