Spaces:
Sleeping
Sleeping
Update mcp_server.py
Browse files- mcp_server.py +2 -1
mcp_server.py
CHANGED
|
@@ -204,4 +204,5 @@ def valid_actions() -> str:
|
|
| 204 |
|
| 205 |
if __name__ == "__main__":
|
| 206 |
# This runs the server with stdio transport (for MCP clients)
|
| 207 |
-
mcp.run()
|
|
|
|
|
|
| 204 |
|
| 205 |
if __name__ == "__main__":
|
| 206 |
# This runs the server with stdio transport (for MCP clients)
|
| 207 |
+
mcp.run()
|
| 208 |
+
|