Skip to content

Conversation

@HimavarshaVS
Copy link
Collaborator

  • Replace SSE transport with StreamableHTTPSessionManager from MCP SDK
  • Update global MCP server (mcp.py) to use Streamable HTTP
  • Update project-specific MCP server (mcp_projects.py) to use Streamable HTTP
  • Add Streamable HTTP URL generation utilities
  • Update MCP server configuration endpoints to use Streamable HTTP URLs
  • Maintain backward compatibility with legacy SSE endpoints
  • Add proper lifecycle management for session managers

This migration addresses the deprecation of SSE transport in the MCP specification and provides better cloud-native support with stateless HTTP requests instead of long-lived streaming connections.

- Replace SSE transport with StreamableHTTPSessionManager from MCP SDK
- Update global MCP server (mcp.py) to use Streamable HTTP
- Update project-specific MCP server (mcp_projects.py) to use Streamable HTTP
- Add Streamable HTTP URL generation utilities
- Update MCP server configuration endpoints to use Streamable HTTP URLs
- Maintain backward compatibility with legacy SSE endpoints
- Add proper lifecycle management for session managers

This migration addresses the deprecation of SSE transport in the MCP
specification and provides better cloud-native support with stateless
HTTP requests instead of long-lived streaming connections.
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 26, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/streamable-http-mcp-server

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added the enhancement New feature or request label Nov 26, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants