Skip to content

ci: fix discovery response parsing#1016

Merged
DaleSeo merged 1 commit into
mainfrom
fix/conformance-discovery-json
Jul 21, 2026
Merged

ci: fix discovery response parsing#1016
DaleSeo merged 1 commit into
mainfrom
fix/conformance-discovery-json

Conversation

@DaleSeo

@DaleSeo DaleSeo commented Jul 20, 2026

Copy link
Copy Markdown
Member

Motivation and Context

Fixing the failing conformance workflow in main. The stateless conformance server returns plain JSON, but the workflow filtered the response as SSE and passed an empty value to jq. Passing the response through unchanged lets the assertions validate the actual JSON payload and clears the erroneous failure.

How Has This Been Tested?

Breaking Changes

None.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

@github-actions github-actions Bot added T-CI Changes to CI/CD workflows and configuration T-config Configuration file changes labels Jul 20, 2026
@DaleSeo
DaleSeo marked this pull request as ready for review July 20, 2026 23:17
@DaleSeo
DaleSeo requested a review from a team as a code owner July 20, 2026 23:17
@DaleSeo
DaleSeo merged commit 8ee9ee6 into main Jul 21, 2026
21 checks passed
@DaleSeo
DaleSeo deleted the fix/conformance-discovery-json branch July 21, 2026 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-CI Changes to CI/CD workflows and configuration T-config Configuration file changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants