- Initial release of Unity MCP Integration
- WebSocket-based communication between Unity Editor and MCP server
- MCP tools implementation:
get_editor_statefor retrieving Unity project informationget_current_scene_infofor scene hierarchy detailsget_game_objects_infofor specific GameObject informationexecute_editor_commandfor executing C# code in Unity Editorget_logsfor accessing Unity console logs
- Debug window accessible from Window > MCP Debug menu
- Connection status monitoring
- Support for Unity 2021.3+
- Node.js MCP server (TypeScript implementation)
- Comprehensive documentation
- MIT License