Spaces:
Running
Running
Merge pull request #1194 from mariotaddeucci/docs/fastapi
Browse files
docs/integrations/fastapi.mdx
CHANGED
|
@@ -134,7 +134,6 @@ You can also mount an existing FastMCP server into your FastAPI application, add
|
|
| 134 |
```python
|
| 135 |
from fastmcp import FastMCP
|
| 136 |
from fastapi import FastAPI
|
| 137 |
-
from starlette.routing import Mount
|
| 138 |
|
| 139 |
# Create your FastMCP server
|
| 140 |
mcp = FastMCP("MyServer")
|
|
|
|
| 134 |
```python
|
| 135 |
from fastmcp import FastMCP
|
| 136 |
from fastapi import FastAPI
|
|
|
|
| 137 |
|
| 138 |
# Create your FastMCP server
|
| 139 |
mcp = FastMCP("MyServer")
|