-
Fix smoke-test JSONC parsing to respect URLs
Validate / docs-check (push) Successful in 20sValidate / validate-base (push) Successful in 13m50sValidate / validate-omos (push) Successful in 14m37sPublish Docker Image / smoke-base (push) Successful in 12m14sPublish Docker Image / smoke-omos (push) Successful in 12m52sPublish Docker Image / build-base (push) Successful in 43m6sPublish Docker Image / build-omos (push) Successful in 45m45sPublish Docker Image / update-description (push) Successful in 13sreleased this
2026-05-03 10:34:16 +02:00 | 67 commits to main since this releaseThe previous 'sed "s|//.*$||"' approach greedily stripped '//' from
URLs like https://mcp.context7.com/mcp, corrupting the JSON and causing
smoke-test failures with json.decoder.JSONDecodeError. Replaced the sed
step with a Python regex that respects string literals so URLs pass
through while only line comments are removed.Downloads