Fix typo in starlette import in README (#374)

This commit is contained in:
Conor Branagan
2025-03-27 03:25:29 -04:00
committed by GitHub
parent 9a2bb6a7e7
commit d3bf9cd325

View File

@@ -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