Spaces:
Runtime error
Runtime error
apple muncy
commited on
Commit
·
e3c391b
1
Parent(s):
2db6175
go back to try steamable-http again
Browse filesSigned-off-by: apple muncy <[email protected]>
app.py
CHANGED
@@ -33,4 +33,4 @@ def review_code(code: str) -> str:
|
|
33 |
return f"Please review this code:\n\n{code}"
|
34 |
|
35 |
if __name__=="__main__":
|
36 |
-
mcp.run(transport="
|
|
|
33 |
return f"Please review this code:\n\n{code}"
|
34 |
|
35 |
if __name__=="__main__":
|
36 |
+
mcp.run(transport="streamable-http", )
|