Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from fastapi import FastAPI, Response
|
|
| 5 |
from fastapi.responses import StreamingResponse
|
| 6 |
from datetime import datetime, timedelta
|
| 7 |
from starlette.routing import Mount # 用于挂载
|
| 8 |
-
from
|
| 9 |
|
| 10 |
app = FastAPI()
|
| 11 |
|
|
|
|
| 5 |
from fastapi.responses import StreamingResponse
|
| 6 |
from datetime import datetime, timedelta
|
| 7 |
from starlette.routing import Mount # 用于挂载
|
| 8 |
+
from fastmcp.server import FastMCP
|
| 9 |
|
| 10 |
app = FastAPI()
|
| 11 |
|