unity-mcp/docs
dsarno 35165e11b3
Payload-safe paging for hierarchy/components + safer asset search + docs (#490)
* Fix test teardown to avoid dropping MCP bridge

CodexConfigHelperTests was calling MCPServiceLocator.Reset() in TearDown, which disposes the active bridge/transport during MCP-driven test runs. Replace with restoring only the mutated service (IPlatformService).

* Avoid leaking PlatformService in CodexConfigHelperTests

Capture the original IPlatformService before this fixture runs and restore it in TearDown. This preserves the MCP connection safety fix (no MCPServiceLocator.Reset()) while avoiding global state leakage to subsequent tests.

* Fix SO MCP tooling: validate folder roots, normalize paths, expand tests; remove vestigial SO tools

* Remove UnityMCPTests stress artifacts and ignore Assets/Temp

* Ignore UnityMCPTests Assets/Temp only

* Clarify array_resize fallback logic comments

* Refactor: simplify action set and reuse slash sanitization

* Enhance: preserve GUID on overwrite & support Vector/Color types in ScriptableObject tools

* Fix: ensure asset name matches filename to suppress Unity warnings

* Fix: resolve Unity warnings by ensuring asset name match and removing redundant import

* Refactor: Validate assetName, strict object parsing for vectors, remove broken SO logic from ManageAsset

* Hardening: reject Windows drive paths; clarify supported asset types

* Delete FixscriptableobjecPlan.md

* Paginate get_hierarchy and get_components to prevent large payload crashes

* dev: add uvx dev-mode refresh + safer HTTP stop; fix server typing eval

* Payload-safe paging defaults + docs; harden asset search; stabilize Codex tests

* chore: align uvx args + coercion helpers; tighten safety guidance

* chore: minor cleanup + stabilize EditMode SO tests
2025-12-28 20:57:57 -08:00
..
images [FEATURE] Deployment of local source code to Unity (#450) 2025-12-09 20:17:18 -05:00
CURSOR_HELP.md Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
CUSTOM_TOOLS.md HTTP Server, uvx, C# only custom tools (#375) 2025-11-24 23:21:06 -04:00
MCP_CLIENT_CONFIGURATORS.md Support GitHub Copilot in VSCode Insiders + robustness improvements and bug fixes (#425) 2025-12-04 11:41:01 -08:00
README-DEV-zh.md HTTP Server, uvx, C# only custom tools (#375) 2025-11-24 23:21:06 -04:00
README-DEV.md Payload-safe paging for hierarchy/components + safer asset search + docs (#490) 2025-12-28 20:57:57 -08:00
TELEMETRY.md HTTP Server, uvx, C# only custom tools (#375) 2025-11-24 23:21:06 -04:00
v5_MIGRATION.md Remove old UI and do lots of cleanup (#340) 2025-10-24 00:50:29 -04:00
v6_NEW_UI_CHANGES.md Remove old UI and do lots of cleanup (#340) 2025-10-24 00:50:29 -04:00
v8_NEW_NETWORKING_SETUP.md HTTP Server, uvx, C# only custom tools (#375) 2025-11-24 23:21:06 -04:00