Skip to content

Commit b9b1c6b

Browse files
committed
fix test
1 parent 4d691b4 commit b9b1c6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,12 +951,11 @@ The following example shows how to use `streamable_http_app()`, a method that re
951951
You can then append additional routes to that application as needed.
952952

953953
```python
954-
from starlette.routing import Route
955-
956954
mcp = FastMCP("My App")
957955

958956
app = mcp.streamable_http_app()
959957
# Additional non-MCP routes can be added like so:
958+
# from starlette.routing import Route
960959
# app.router.routes.append(Route("/", endpoint=other_route_function))
961960
```
962961

0 commit comments

Comments
 (0)