Kaballas commited on
Commit
8744560
·
verified ·
1 Parent(s): 4f49676

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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