From a634855cdeba2fc798c61ef80cbdf1a18f18a80c Mon Sep 17 00:00:00 2001 From: Dale Seo <5466341+DaleSeo@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:12:03 -0400 Subject: [PATCH] ci: fix discovery response parsing --- .github/workflows/conformance.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 384c372c..33fb56e8 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -97,8 +97,6 @@ jobs: -H "Mcp-Method: server/discover" ) - # The stateless server streams responses as SSE, so unwrap the - # `data:` payload before parsing as JSON. discover_response="$( curl --fail-with-body --silent --show-error \ "${common_headers[@]}" \ @@ -118,8 +116,7 @@ jobs: } } }' \ - "$endpoint" \ - | sed -n 's/^data: //p' + "$endpoint" )" jq -e ' .result.resultType == "complete" and