Spaces:
Runtime error
Runtime error
apple muncy
commited on
Commit
·
d93013e
1
Parent(s):
aa0191f
mcp[cli]=1.10.1
Browse filesSigned-off-by: apple muncy <[email protected]>
- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -33,5 +33,5 @@ def review_code(code: str) -> str:
|
|
33 |
|
34 |
if __name__=="__main__":
|
35 |
mcp.run(transport="streamable-http",
|
36 |
-
host=0.0.0.0,
|
37 |
)
|
|
|
33 |
|
34 |
if __name__=="__main__":
|
35 |
mcp.run(transport="streamable-http",
|
36 |
+
host='0.0.0.0',
|
37 |
)
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
mcp==1.10.1
|
2 |
|
|
|
1 |
+
mcp[cli]==1.10.1
|
2 |
|