• Fix smoke-test JSONC parsing to respect URLs
    Validate / docs-check (push) Successful in 20s
    Validate / validate-base (push) Successful in 13m50s
    Validate / validate-omos (push) Successful in 14m37s
    Publish Docker Image / smoke-base (push) Successful in 12m14s
    Publish Docker Image / smoke-omos (push) Successful in 12m52s
    Publish Docker Image / build-base (push) Successful in 43m6s
    Publish Docker Image / build-omos (push) Successful in 45m45s
    Publish Docker Image / update-description (push) Successful in 13s

    joakimp released this 2026-05-03 10:34:16 +02:00 | 67 commits to main since this release

    The 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