apple muncy commited on
Commit
e3c391b
·
1 Parent(s): 2db6175

go back to try steamable-http again

Browse files

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

Files changed (1) hide show
  1. app.py +1 -1
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="sse", )
 
33
  return f"Please review this code:\n\n{code}"
34
 
35
  if __name__=="__main__":
36
+ mcp.run(transport="streamable-http", )