Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -435,6 +435,3 @@ Return only the JSON object that represents the tool specification—no extra te
|
|
435 |
return f"Error: {e}"
|
436 |
|
437 |
|
438 |
-
# Step 5: Make the server runnable
|
439 |
-
if __name__ == "__main__":
|
440 |
-
mcp.run(transport="http", host="0.0.0.0", port=7860, path="/mcp")
|
|
|
435 |
return f"Error: {e}"
|
436 |
|
437 |
|
|
|
|
|
|