Skip to content

Commit 2727453

Browse files
committed
docs: update README with performance and clarity improvements
- Highlight Rust implementation and performance benefits - Streamline feature descriptions for better readability - Update related project links
1 parent ec4d1c8 commit 2727453

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ Unity Code MCP is a coding focused Model Context Protocol (MCP) server that enab
55

66
## 🎯 Why Unity Code MCP?
77

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.
99

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.
1311

1412
## ✨ Key Features
1513

1614
- **🤖 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
1817
- **🧪 Test-Driven**: Comprehensive test execution and reporting capabilities
1918
- **📦 Self-Contained**: Single binary with no runtime dependencies (no Node.js, Python, or .NET required)
2019

@@ -172,5 +171,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
172171

173172
- [Visual Studio Code Editor for Unity](https://github.com/hackerzhuli/com.hackerzhuli.code) - Required Unity package
174173
- [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

Comments
 (0)