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.
1 parent 44c314b commit f2f815fCopy full SHA for f2f815f
docs/sinatra_integration.md
@@ -64,7 +64,7 @@ end
64
65
66
# Use the MCP middleware
67
-use FastMcp::Transports::RackTransport, server
+use FastMcp::Transports::RackTransport, mcp_server
68
69
# Define your Sinatra routes
70
get '/' do
@@ -117,7 +117,7 @@ end
117
118
119
120
-use FastMcp::Transports::AuthenticatedRackTransport, server
+use FastMcp::Transports::AuthenticatedRackTransport, mcp_server
121
122
123
0 commit comments