Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -254,5 +254,5 @@ def test_connection() -> str:
|
|
254 |
"""
|
255 |
return "MCP server is working correctly!"
|
256 |
|
257 |
-
|
258 |
-
mcp.run(transport="sse")
|
|
|
254 |
"""
|
255 |
return "MCP server is working correctly!"
|
256 |
|
257 |
+
if __name__ == "__main__":
|
258 |
+
mcp.run(transport="sse")
|