Skip to content

Commit 9cd2c42

Browse files
Fix typo in starlette import in README
Small docs fix for modelcontextprotocol#312. The [actual code](https://github.com/comfuture/python-sdk/blob/d29e0e9ca33445285c04bc53bcebdda3b1986181/src/mcp/server/fastmcp/server.py#L22-L23) uses `starlette.routing` which is the correct package name.
1 parent dfbe56d commit 9cd2c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ You can mount the SSE server to an existing ASGI server using the `sse_app` meth
357357

358358
```python
359359
from starlette.applications import Starlette
360-
from starlette.routes import Mount, Host
360+
from starlette.routing import Mount, Host
361361
from mcp.server.fastmcp import FastMCP
362362

363363

0 commit comments

Comments
 (0)