Spaces:
Sleeping
Sleeping
Commit ·
52e524b
1
Parent(s): e217fd3
mcp application
Browse files- mcp-application.py +1 -1
mcp-application.py
CHANGED
|
@@ -24,4 +24,4 @@ def weather_report(location: str) -> str:
|
|
| 24 |
|
| 25 |
# Run the server
|
| 26 |
if __name__ == "__main__":
|
| 27 |
-
mcp.run(transport="sse", )
|
|
|
|
| 24 |
|
| 25 |
# Run the server
|
| 26 |
if __name__ == "__main__":
|
| 27 |
+
mcp.run(transport="sse", port=3001)
|