Phase 1: CI debugging refactor — structured output, discover, capabil…#1366
Open
edvandroadolfopereira-bot wants to merge 1 commit into
Conversation
…ity gating, log capture - Add structured output envelope (--structured) with error taxonomy (transport/capability/protocol/application/validation), timing, and log capture for CI-consumable diagnostics - Add discover pseudo-method that returns server shape: capabilities, tools, resources, and prompts in a single invocation - Add capability gating: methods now fail fast with a clear category if the server lacks the required capability - Add --fail-on-error flag to exit 1 on application-level tool errors - Add ping method support - Capture logging/message notifications from the server and include them in structured output or emit to stderr in raw mode - Fix SSE transport in test server: add POST /messages route, remove double-start of SSEServerTransport (connect() already calls start() internally) - Add 23 tests covering all new features across stdio, HTTP, and SSE transports - Add CLI test step to main.yml workflow - Write CI_DEBUGGING_REFACTOR.md design document
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ity gating, log capture
Summary
Type of Change
Changes Made
Related Issues
Testing
Test Results and/or Instructions
Screenshots are encouraged to share your testing results for this change.
Checklist
npm run prettier-fix)Breaking Changes
Additional Context