Spaces:
Runtime error
Runtime error
apple muncy
commited on
Commit
·
6b1c707
1
Parent(s):
d93013e
switch back to sse
Browse filesSigned-off-by: apple muncy <[email protected]>
app.py
CHANGED
@@ -32,6 +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="
|
36 |
host='0.0.0.0',
|
37 |
)
|
|
|
32 |
return f"Please review this code:\n\n{code}"
|
33 |
|
34 |
if __name__=="__main__":
|
35 |
+
mcp.run(transport="sse",
|
36 |
host='0.0.0.0',
|
37 |
)
|