Skip to content

Commit 0d07efd

Browse files
committed
docs: update developer documentation and add README links
- Added links to developer READMEs in CUSTOM_TOOLS.md to guide users to the appropriate documentation - Fixed typo in README-DEV.md ("roote" → "root") for improved clarity - These changes improve the developer experience by providing better documentation navigation and correcting technical inaccuracies
1 parent 5a65781 commit 0d07efd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/CUSTOM_TOOLS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Unity MCP now supports auto-discovery of custom tools using decorators (Python) and attributes (C#). This allows you to easily extend the MCP server with your own tools without modifying core files.
44

5+
Be sure to review the developer README first:
6+
7+
| [English](README-DEV.md) | [简体中文](README-DEV-zh.md) |
8+
|---------------------------|------------------------------|
9+
510
## Python Side (MCP Server)
611

712
### Creating a Custom Tool

docs/README-DEV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Quick deployment and testing tools for MCP for Unity core changes.
2121

2222
## Switching MCP package sources quickly
2323

24-
Run this from the unity-mcp repo, not your game's roote directory. Use `mcp_source.py` to quickly switch between different MCP for Unity package sources:
24+
Run this from the unity-mcp repo, not your game's root directory. Use `mcp_source.py` to quickly switch between different MCP for Unity package sources:
2525

2626
**Usage:**
2727
```bash

0 commit comments

Comments
 (0)