diff --git a/README.md b/README.md index 60b5a726..8b108435 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ You can mount the SSE server to an existing ASGI server using the `sse_app` meth ```python from starlette.applications import Starlette -from starlette.routes import Mount, Host +from starlette.routing import Mount, Host from mcp.server.fastmcp import FastMCP