From b752e0c38ad7f6a6d6e4edf00fa3dd59ebb4ec39 Mon Sep 17 00:00:00 2001 From: DaxianLee <138587632+DaxianLee@users.noreply.github.com> Date: Thu, 17 Jul 2025 18:27:33 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 977d4a2..5eb309b 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Cocos Creator MCP Server Plugin **[πŸ“– 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. **πŸš€ 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 - 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 ```bash