apple muncy commited on
Commit
6b1c707
·
1 Parent(s): d93013e

switch back to sse

Browse files

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

Files changed (1) hide show
  1. app.py +1 -1
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="streamable-http",
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
  )