Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ if __name__ == "__main__":
|
|
| 53 |
|
| 54 |
if MCP_AVAILABLE and mcp_enabled:
|
| 55 |
print("π MCP Server enabled! Connect via Claude Desktop or other MCP clients.")
|
| 56 |
-
app.launch(server_name="0.0.0.0", server_port=
|
| 57 |
else:
|
| 58 |
print("π± Running without MCP integration")
|
| 59 |
-
app.launch(server_name="0.0.0.0", server_port=
|
|
|
|
| 53 |
|
| 54 |
if MCP_AVAILABLE and mcp_enabled:
|
| 55 |
print("π MCP Server enabled! Connect via Claude Desktop or other MCP clients.")
|
| 56 |
+
app.launch(server_name="0.0.0.0", server_port=7860, share=False, mcp_server=True)
|
| 57 |
else:
|
| 58 |
print("π± Running without MCP integration")
|
| 59 |
+
app.launch(server_name="0.0.0.0", server_port=7860, share=False)
|