Jeremiah Lowin commited on
Commit
395a75b
·
unverified ·
2 Parent(s): 1880137951970e

Merge pull request #1194 from mariotaddeucci/docs/fastapi

Browse files
Files changed (1) hide show
  1. docs/integrations/fastapi.mdx +0 -1
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")