Skip to content

[McpSdk][RFC] Add support for Streamable HTTP transportΒ #166

@welcoMattic

Description

@welcoMattic

MCP specification ref: https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#streamable-http

As it's say in specification, "This (Streamable HTTP) replaces the HTTP+SSE transport from protocol version 2024-11-05"

The main difference between those 2 transports is the directionality: SSE is unidirectional (client initiate connection, then server sends data to client), Streamable HTTP is bidrectional (both client and server can send data to each other). In Streamable HTTP, SSE is optional, the server could stream data through SSE to the client.

IDK if this was planned in php-llm. If not, here is the issue as starting point to implement it πŸš€

Metadata

Metadata

Assignees

No one assigned

    Labels

    MCP SDKIssues & PRs about the MCP SDKRFCRFC = Request For Comments (proposals about features that you want to be discussed)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions