We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd11e5b commit 8ee9ee6Copy full SHA for 8ee9ee6
1 file changed
.github/workflows/conformance.yml
@@ -97,8 +97,6 @@ jobs:
97
-H "Mcp-Method: server/discover"
98
)
99
100
- # The stateless server streams responses as SSE, so unwrap the
101
- # `data:` payload before parsing as JSON.
102
discover_response="$(
103
curl --fail-with-body --silent --show-error \
104
"${common_headers[@]}" \
@@ -118,8 +116,7 @@ jobs:
118
116
}
119
117
120
}' \
121
- "$endpoint" \
122
- | sed -n 's/^data: //p'
+ "$endpoint"
123
)"
124
jq -e '
125
.result.resultType == "complete" and
0 commit comments