apple muncy commited on
Commit
1230305
·
1 Parent(s): d50f701

add host='0.0.0.0',

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -32,4 +32,6 @@ def review_code(code: str) -> str:
32
  return f"Please review this code:\n\n{code}"
33
 
34
  if __name__=="__main__":
35
- mcp.run(transport="streamable-http",)
 
 
 
32
  return f"Please review this code:\n\n{code}"
33
 
34
  if __name__=="__main__":
35
+ mcp.run(transport="streamable-http",
36
+ host='0.0.0.0',
37
+ )