A CLAUDE.md is just a markdown file at the root of your repo. Copy the content below into your own project's CLAUDE.md to give your agent the same context.
npx versuz@latest install ivanmurzak-unity-mcp --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/IvanMurzak/Unity-MCP/HEAD/CLAUDE.md# CLAUDE.md ## What This Is Unity-MCP bridges LLMs (Claude, Cursor, Copilot, etc.) with Unity Editor and Runtime via the [Model Context Protocol](https://modelcontextprotocol.io/). Sub-projects: `Unity-MCP-Server/` (ASP.NET Core + MCP SDK), `Unity-MCP-Plugin/` (Unity Editor/Runtime plugin), `cli/`, `Installer/`, `Unity-Tests/`. ## Build / Run - Bump version: `.\commands\bump-version.ps1 <version>` - CI/CD pipelines live in `.github/workflows/`. ## Project Constitution Non-negotiable principles and architecture constraints: [`.specify/memory/constitution.md`](.specify/memory/constitution.md). You MUST read the constitution before performing any code review. ## Find Detail In - [docs/claude/architecture.md](docs/claude/architecture.md) — System architecture: SignalR bridge, main-thread execution, deterministic port hashing - [docs/claude/style.md](docs/claude/style.md) — Coding conventions: `#nullable enable`, no reflection for private access, namespace pattern, copyright headers - [docs/claude/release.md](docs/claude/release.md) — Release, versioning, CI/CD - [docs/claude/documentation-sync.md](docs/claude/documentation-sync.md) — README translation/copy sync requirements - `Unity-MCP-Server/CLAUDE.md`, `Unity-MCP-Plugin/CLAUDE.md` — sub-project specifics