Spaces:
Runtime error
Runtime error
apple muncy
commited on
Commit
·
1230305
1
Parent(s):
d50f701
add host='0.0.0.0',
Browse filesSigned-off-by: apple muncy <[email protected]>
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 |
+
)
|