parent
4e6e27ae43
commit
addce602fb
|
|
@ -59,7 +59,7 @@ Every new feature needs tests. We have 1100+ tests across Python and C#. Run the
|
|||
Each MCP tool does one thing well. Resist the urge to add "convenient" parameters that bloat the API surface.
|
||||
|
||||
### 6. Use Resources for reading.
|
||||
Keep them smart and "read everything" type resources. That way resource are quick and LLM-friendly. There are plenty of examples in the codebase to model on (gameobject, prefab, etc.)
|
||||
Keep them smart and focused rather than "read everything" type resources. That way resources are quick and LLM-friendly. There are plenty of examples in the codebase to model on (gameobject, prefab, etc.)
|
||||
|
||||
## Key Patterns
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue