docs: accuracy pass on the wiki against current code
- Bump version stamp 0.51.4 -> 0.76.1; correct counts to 71 tools /
46 prompts / 1 resource; add the Profiler category and new tools
(assets-shader-get-data, console-clear-logs, screenshot-isolated,
type-get-json-schema) to AI-Tools-Reference and FAQ
- Replace deprecated [McpPlugin*] attributes with [Ai*] in all examples
- Fix wrong deterministic port range (50000-59999 -> 20000-29999) and
config path (Assets/Resources -> UserSettings) across pages
- Correct build/test paths and bump command (Contributing), the runtime
Initialize() signature (API-Reference), incomplete server-platform
lists, the playerprefsex dependency version, the AI-client list
(add Cline; 14 clients + Custom), and the CI test-matrix description
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Update Home.md: match README badges and use glitch gif banner
Revamp docs: tools, API & configuration
Rework documentation for the Unity-MCP project. AI-Tools-Reference was rewritten to v0.51.4 format with a structured tools table (52 tools), prompts (48) and resources (1), switching to kebab-case tool IDs and clearer descriptions. API-Reference was substantially reorganized: new architecture overview, plugin class hierarchy, attribute-based registration, tool/prompt/resource development guidance, JSON-RPC examples, coding conventions and protocol/return formats. Configuration.md was clarified to describe automatic configurators, the AI-Game-Developer-Config.json schema, deterministic port generation, available AI agent configurators, and manual client configuration notes. Miscellaneous documentation files were updated to keep examples and cross-references consistent with these changes.
docs: Revise and restructure project wiki content for improved clarity and feature presentation.
Add Discord community link to Home page
Add comprehensive Server Setup and Troubleshooting guides
- Created Server-Setup.md with detailed deployment instructions for local, Docker, cloud, and enterprise setups.
- Added configuration examples for Docker Compose, AWS ECS, Kubernetes, GCP, and Azure deployments.
- Included CI/CD integration examples for GitHub Actions and GitLab CI/CD.
- Developed a Troubleshooting.md to assist users in diagnosing and resolving common issues with Unity-MCP.
- Organized troubleshooting steps by category, including emergency fixes, installation issues, connection problems, and server-side issues.