tools/UPDATE_DOCS_PROMPT.md
Copy and paste this prompt into your LLM when you need to update documentation after adding/removing/modifying MCP tools or resources.
After adding a new tool called "manage_new_feature" and a new resource called "feature_resource", you would:
This ensures all documentation stays in sync across the repository.
I've just made changes to MCP tools or resources in this Unity MCP repository. Please update all documentation files to keep them in sync.
Here's what you need to do:
Check the current tools and resources by examining:
Server/src/services/tools/ - Python tool implementations (look for @mcp_for_unity_tool decorators)Server/src/services/resources/ - Python resource implementations (look for @mcp_for_unity_resource decorators)Update these files:
a) manifest.json (root directory)
b) README.md (root directory)
tool1 • tool2 • tool3c) README.md - Resources section
resource1 • resource2 • resource3d) docs/i18n/README-zh.md
e) README.md — "Recent Updates" section
* **vX.Y.Z (beta)** — Brief summary of what changed(beta) from the previous entry that was betamanifest.json version field to matchf) docs/i18n/README-zh.md — "最近更新" section
g) unity-mcp-skill - Skill Update
Important formatting rules:
After updating, run this check to verify:
python3 tools/check_docs_sync.py
It should show "All documentation is synchronized!"
Please show me the exact changes you're making to each file, and explain any discrepancies you find.