The original php-mcp/server component already had a [Http/SSE-based Transport](https://github.com/php-mcp/server/blob/main/src/Transports/HttpServerTransport.php) and same for Symfony's MCP SDK with its [SSE Stream Transport](https://github.com/symfony/mcp-sdk/blob/main/src/Server/Transport/Sse/StreamTransport.php). Goal of this issue is to bring in a new Http/SSE-based Transport implementation, that is compatible with this SDK's architecture. --- Please announce yourself before working on this - so we can avoid duplicate effort.