fix(mcp): support streamable HTTP alias, request-response mode and integration tests#2811
Draft
afjcjsbx wants to merge 6 commits intosipeed:mainfrom
Draft
fix(mcp): support streamable HTTP alias, request-response mode and integration tests#2811afjcjsbx wants to merge 6 commits intosipeed:mainfrom
afjcjsbx wants to merge 6 commits intosipeed:mainfrom
Conversation
This was referenced May 8, 2026
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.
📝 Description
This PR introduces two distinct and major improvements to the project: a generalized Docker-backed integration testing framework, and enhancements/refactoring for the MCP transport configuration.
1. General Docker-Backed Integration Test Framework
integration/directory.suite.envanddocker-compose.yml(no CI workflow edits required).integrationjob to GitHub Actions (build.ymlandpr.yml) to automatically run these suites.make integration-testcommand for local execution.mcp-streamable) as a reference implementation.2. MCP Transport Refactoring &
streamable-httpstreamable-httpas an explicit alias for thehttptransport type.pkg/config/mcp_transport.go(NormalizeMCPTransportTypeandEffectiveMCPTransportType).manager.goby cleanly disabling the standalone SSE GET listener forhttp/streamable-httptransports, accommodating servers that only support streamable POST request-response modes.🗣️ Type of Change
🤖 AI Code Generation
🔗 Related Issue
📚 Technical Context (Skip for Docs)
streamable-httpalias and centralizing the parsing logic makes the codebase cleaner, the CLI more intuitive, and ensures maximum compatibility with different MCP server implementations.🧪 Test Environment
📸 Evidence (Optional)
Click to view Logs/Screenshots
The new integration framework automatically discovering and spinning up the
mcp-streamable-servercontainer, running the Go tests against it to verify the new transport logic, and gracefully tearing down.☑️ Checklist