Unity-MCP is a template for creating Unity packages that implement the Model Context Protocol. It provides a structured project setup with automated workflows for testing across multiple Unity versions, deployment scripts for npm and GitHub, and utility commands for package management. The template includes SignalR client integration for real-time communication and follows best practices for Unity package development with comprehensive GitHub Actions CI/CD support.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Create a new GameObject. Parameters: inputData (string) - explain the task to the LLM.
Do the turn in the chess game. Returns true if the turn was accepted, false otherwise. Parameters: figureId (int), position (Vector2Int).
Get the current state of the chess board. Returns a BoardData object.