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
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,15 @@ Unity Code MCP is a coding focused Model Context Protocol (MCP) server that enab
5
5
6
6
## 🎯 Why Unity Code MCP?
7
7
8
-
Unity Code MCP is focused on coding. It can handle Unity's compilation cycles gracefully while providing only the essential tools needed for autonomous code development: compilation feedback and test execution.
8
+
Unity Code MCP is a high-performance, coding-focused MCP server built in Rust. It handles Unity's compilation cycles gracefully while providing only the essential tools needed for autonomous code development: compilation feedback and test execution.
9
9
10
-
Other Unity MCP servers typically fail when Unity is compiling or performing domain reloads, causing AI tool calls to report an error and AI agents confused about what is going on.
11
-
12
-
This MCP server enables AI agents to develop Unity code autonomously, write code, compile, fix compile errors, test, fix bugs, repeat, just like how a human would.
10
+
This MCP server enables AI agents to develop Unity code autonomously with exceptional speed and reliability - write code, compile, fix compile errors, test, fix bugs, repeat, just like how a human would.
13
11
14
12
## ✨ Key Features
15
13
16
14
-**🤖 Coding-Optimized**: Streamlined tools designed for efficient AI agent coding workflows
17
-
-**⚡ Performance-Focused**: Minimal token usage with essential operations, only returns relevant information
15
+
-**⚡ High Performance**: Built in Rust for exceptional speed, minimal memory usage, and lightning-fast response times
16
+
-**🎯 Efficient Communication**: Minimal token usage with essential operations, only returns relevant information
18
17
-**🧪 Test-Driven**: Comprehensive test execution and reporting capabilities
19
18
-**📦 Self-Contained**: Single binary with no runtime dependencies (no Node.js, Python, or .NET required)
20
19
@@ -172,5 +171,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
172
171
173
172
-[Visual Studio Code Editor for Unity](https://github.com/hackerzhuli/com.hackerzhuli.code) - Required Unity package
174
173
-[Model Context Protocol](https://modelcontextprotocol.io/) - The protocol specification
175
-
-[Unity Code Pro VS Code Extension](https://github.com/your-repo/unity-code-pro) - VS Code extension that is related
176
-
174
+
-[Unity Code Pro VS Code Extension](https://github.com/hackerzhuli/unity-code) - VS Code extension that is related
0 commit comments