Update README.md

This commit is contained in:
DaxianLee
2025-07-17 18:27:33 +08:00
committed by GitHub
parent 910e36dfa6
commit b752e0c38a

View File

@@ -1,5 +1,7 @@
# Cocos Creator MCP Server Plugin # Cocos Creator MCP Server Plugin
**[📖 English](README.md)** **[📖 中文](README.zh-CN.md)** **[📖 English](README.md)** **[📖 中文](README.zh-CN.md)**
A comprehensive MCP (Model Context Protocol) server plugin for Cocos Creator 3.8+, enabling AI assistants to interact with the Cocos Creator editor through standardized protocols. One-click installation and use, eliminating all cumbersome environments and configurations. Claude clients Claude CLI and Cursor have been tested, and other editors are also perfectly supported in theory. A comprehensive MCP (Model Context Protocol) server plugin for Cocos Creator 3.8+, enabling AI assistants to interact with the Cocos Creator editor through standardized protocols. One-click installation and use, eliminating all cumbersome environments and configurations. Claude clients Claude CLI and Cursor have been tested, and other editors are also perfectly supported in theory.
**🚀 Now provides 80 tools in 9 categories, achieving 95% editor control! (Prefabs cannot be manipulated for the time being)** **🚀 Now provides 80 tools in 9 categories, achieving 95% editor control! (Prefabs cannot be manipulated for the time being)**
@@ -293,14 +295,6 @@ The plugin is fully written in TypeScript with:
- IntelliSense support for development - IntelliSense support for development
- Automatic compilation to JavaScript - Automatic compilation to JavaScript
## Testing
The project includes comprehensive testing tools:
- **[Manual Testing Guide](TEST_GUIDE.md)** - Step-by-step testing procedures
- **Automated Test Scripts**: `test-mcp-server.js`, `test-all-features.sh`, `test_mcp_server.py`
- **Comprehensive Test Suite**: `comprehensive-test.js` - Tests all 80 tools
### Running Tests ### Running Tests
```bash ```bash