resolve merge conflicts from main

main
David Sarno 2025-09-29 20:14:46 -07:00
parent c38fc330d2
commit 1ad8c6e504
1 changed files with 1 additions and 1 deletions

View File

@ -145,4 +145,4 @@ def register_manage_gameobject_tools(mcp: FastMCP):
return response if isinstance(response, dict) else {"success": False, "message": str(response)}
except Exception as e:
return {"success": False, "message": f"Python error managing GameObject: {str(e)}"}
return {"success": False, "message": f"Python error managing GameObject: {str(e)}"}