-
Notifications
You must be signed in to change notification settings - Fork 7
docs: add SSE transport deprecation warning for MCP integration #365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Add prominent deprecation warning box at the top of the page - Update MCP Server Capabilities table to mark SSE as deprecated - Update Tool Authorization section to clarify SSE is deprecated - Update Cursor deeplinks to use /mcp endpoints instead of /sse Related to: AI-2342 Co-Authored-By: Martin Vasko <Matovidlo2@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Address PR feedback to use specific date instead of '3 months' Related to: AI-2342 Co-Authored-By: Martin Vasko <Matovidlo2@gmail.com>
integrate/mcp.md
Outdated
|
|
||
| <div class="alert alert-warning" role="alert"> | ||
| <i class="fas fa-exclamation-triangle"></i> | ||
| <strong>SSE Transport Deprecation:</strong> The SSE transport for MCP Server will be deprecated in 3 months. Please migrate to Streamable HTTP transport using <code>/mcp</code> endpoints instead of <code>/sse</code>. Streamable HTTP provides bidirectional streaming for improved performance and reliability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not 3 months but let's state 01.04.2026 the 1st of april
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to use the specific date 01.04.2026 instead of "3 months".
integrate/mcp.md
Outdated
| | Concept | Supported | Notes | | ||
| |-------------|-----------|--------------------------------------------------------------------------------------------------------| | ||
| | Transports | ✅ | Supports `stdio` and `Streamable HTTP` for client communication. | | ||
| | Transports | ✅ | Supports `stdio` and `Streamable HTTP` (recommended) for client communication. SSE is deprecated and will be removed in 3 months. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not 3 months but let's state 01.04.2026 the 1st of april
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to use the specific date 01.04.2026 instead of "3 months".
Jira issue(s): AI-2342
Changes:
/mcpendpoints instead of/sseendpoints (also updated URL format to match connection-docs)This is part of a coordinated documentation update across three repositories (connection-docs, developers-docs, mcp-server) to communicate the SSE transport deprecation consistently.
Updates since last revision:
Human Review Checklist:
cursor://anysphere.cursor-deeplink/...) is correct/mcpendpointsLink to Devin run: https://app.devin.ai/sessions/3ddcad4977384d26b3e88e94e3e3778b
Requested by: Martin Vasko (@Matovidlo)
Release Notes
Justification, description
Adding deprecation notice for SSE transport in MCP integration documentation to inform developers about the upcoming migration to Streamable HTTP transport.
Plans for Customer Communication
This documentation update serves as the developer communication - users will see the deprecation warning when viewing MCP integration documentation.
Impact Analysis
Documentation-only change. No functional impact.
Deployment Plan
N/A
Rollback Plan
N/A
Post-Release Support Plan
N/A