mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
Remove unused import from FastAPI integration documentation
This commit is contained in:
parent
1ea3ee82fe
commit
b8820de9aa
1 changed files with 0 additions and 1 deletions
|
|
@ -134,7 +134,6 @@ You can also mount an existing FastMCP server into your FastAPI application, add
|
|||
```python
|
||||
from fastmcp import FastMCP
|
||||
from fastapi import FastAPI
|
||||
from starlette.routing import Mount
|
||||
|
||||
# Create your FastMCP server
|
||||
mcp = FastMCP("MyServer")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue