We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6710c1e + 8246c2f commit acfd0a4Copy full SHA for acfd0a4
backend/main.py
@@ -43,10 +43,10 @@ def custom_generate_unique_id(route: APIRoute) -> str:
43
generate_unique_id_function=custom_generate_unique_id,
44
lifespan=lifespan
45
)
46
-# mcp server, images path
47
-app.mount("/images", StaticFiles(directory=settings.MCP_IMAGE_PATH), name="images")
48
49
mcp_app = FastAPI()
+# mcp server, images path
+mcp_app.mount("/images", StaticFiles(directory=settings.MCP_IMAGE_PATH), name="images")
50
51
mcp = FastApiMCP(
52
app,
0 commit comments