Skip to content

Commit f836e92

Browse files
committed
fix: Move import statements to the top of the file/
1 parent 4b41eae commit f836e92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/mcp/server/fastmcp/server.py

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
from pydantic import BaseModel, Field
2020
from pydantic.networks import AnyUrl
2121
from pydantic_settings import BaseSettings, SettingsConfigDict
22+
from starlette.applications import Starlette
23+
from starlette.routing import Mount, Route
2224

2325
from mcp.server.fastmcp.exceptions import ResourceError
2426
from mcp.server.fastmcp.prompts import Prompt, PromptManager

0 commit comments

Comments
 (0)