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 9a2bb6a commit d3bf9cdCopy full SHA for d3bf9cd
README.md
@@ -357,7 +357,7 @@ You can mount the SSE server to an existing ASGI server using the `sse_app` meth
357
358
```python
359
from starlette.applications import Starlette
360
-from starlette.routes import Mount, Host
+from starlette.routing import Mount, Host
361
from mcp.server.fastmcp import FastMCP
362
363
0 commit comments