albertvillanova HF Staff commited on
Commit
216a305
·
verified ·
1 Parent(s): e4eda53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ async def fetch_weather(city: str) -> str:
18
  return response.text
19
 
20
 
21
- app = mcp
22
 
23
 
24
  #from fastapi import FastAPI
 
18
  return response.text
19
 
20
 
21
+ app = mcp.sse_app()
22
 
23
 
24
  #from fastapi import FastAPI