Skip to content

Commit 2eb09c4

Browse files
committed
docs: add initial CHANGELOG.md file
Document all notable changes and features for Unity Code MCP Server in a structured format. This helps users track updates and improvements to the project.
1 parent ac51e57 commit 2eb09c4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to Unity Code MCP Server will be documented in this file.
4+
5+
## [1.0.0] - 2025-7-23
6+
7+
### Added
8+
- Initial release of Unity Code MCP Server
9+
- Asset database refresh tool with compilation error reporting
10+
- Test execution tool with comprehensive test results and logs
11+
- Compilation-resilient architecture that survives Unity domain reloads
12+
- Self-contained Rust binary with no runtime dependencies
13+
- Support for Unity 6.0 and higher
14+
- Cross-platform compatibility (Windows, macOS, Linux)
15+
16+
### Features
17+
- **Coding-focused design**: Only essential tools for AI-driven code development
18+
- **High performance**: Built in Rust for speed and minimal resource usage
19+
- **Robust error handling**: Graceful handling of Unity compilation cycles
20+
- **Comprehensive test support**: Both EditMode and PlayMode test execution

0 commit comments

Comments
 (0)