You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The C# Unity Editor package in the Editor/ folder
- The Node.js server in the Server/ folder.
Use WebSockets to communicate between the Editor and the Node.js server.
For more documentation for the WebSocket library being used in Unity see https://github.com/sta/websocket-sharp/tree/master/websocket-sharp/Server
Minimum supported versions:
- Unity 2022.3
- Node.js 18.0.0
The MCP Node.js server implements the typescript SDK from https://github.com/modelcontextprotocol/typescript-sdk