Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,8 @@ import httpx
|
|
| 15 |
from dotenv import load_dotenv
|
| 16 |
from fastapi import FastAPI, HTTPException
|
| 17 |
from fastapi.responses import JSONResponse
|
| 18 |
-
from
|
|
|
|
| 19 |
|
| 20 |
load_dotenv()
|
| 21 |
|
|
|
|
| 15 |
from dotenv import load_dotenv
|
| 16 |
from fastapi import FastAPI, HTTPException
|
| 17 |
from fastapi.responses import JSONResponse
|
| 18 |
+
from mcp.fastapi import FastAPIMCPServer
|
| 19 |
+
|
| 20 |
|
| 21 |
load_dotenv()
|
| 22 |
|