We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77370cb + a217f70 commit b10a469Copy full SHA for b10a469
README.md
@@ -131,7 +131,7 @@ Notifications follow the JSON-RPC 2.0 specification and use these method names:
131
132
```ruby
133
server = MCP::Server.new(name: "my_server")
134
-transport = MCP::Transports::HTTP.new(server)
+transport = MCP::Server::Transports::StreamableHTTPTransport.new(server)
135
server.transport = transport
136
137
# When tools change, notify clients
0 commit comments