unity_get_project_context
Fetch project-specific context and documentation from Assets/MCP/Context/ including guidelines, architecture docs, and game design documents. Use early in a session to understand project conventions and architecture. Specify a category for a specific document or omit to get all.
Instructions
Get project-specific context and documentation that the team has prepared for AI agents. This includes project guidelines, architecture docs, game design documents, networking rules, and any other project knowledge stored in Assets/MCP/Context/. Call this without arguments to get ALL context, or specify a category for a specific document. IMPORTANT: Call this early in your session to understand the project's conventions and architecture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional: specific context category to fetch (e.g. 'ProjectGuidelines', 'Architecture', 'GameDesign', 'NetworkingGuidelines', 'NetworkingCSP', or any custom category). Omit to get all available context. | |
| port | No | Target Unity instance port for parallel-safe routing. Get this from unity_select_instance. When working with multiple Unity instances, ALWAYS include this parameter. |