Add Zoo Code AI agent configurator#790
Merged
Merged
Conversation
Adds native Zoo Code support using project-level .roo/mcp.json configuration. Supports both STDIO and streamable HTTP MCP transports.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds first-class Zoo Code support to the Unity-MCP Plugin’s AI agent configurator UI, enabling users to generate/maintain Zoo Code MCP configuration in a project-local .roo/mcp.json for both STDIO and streamable HTTP transports.
Changes:
- Added
ZooCodeConfiguratorthat writes Zoo Code MCP config to.roo/mcp.jsonand provides UI instructions/troubleshooting for STDIO + HTTP. - Registered the new configurator in
AiAgentConfiguratorRegistryso it appears in the agent list. - Added the Unity
.metafile for the new configurator script.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/Scripts/UI/AiAgentConfigurators/Impl/ZooCodeConfigurator.cs | New Zoo Code configurator implementation (config generation + UI instructions). |
| Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/Scripts/UI/AiAgentConfigurators/Impl/ZooCodeConfigurator.cs.meta | Unity asset metadata for the new script. |
| Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/Scripts/UI/AiAgentConfigurators/AiAgentConfiguratorRegistry.cs | Registers Zoo Code configurator in the global configurator list. |
Files not reviewed (1)
- Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/Scripts/UI/AiAgentConfigurators/Impl/ZooCodeConfigurator.cs.meta: Language not supported
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Owner
|
Thanks for your contribution, @tuncaypeker.
It must be |
Contributor
Author
|
Thanks for the review. Added the missing Zoo Code icons in both required locations/resolutions as transparent PNGs, and wired the configurator to use the 64px icon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.roo/mcp.jsonValidation
dotnet build "Unity-MCP-Server\Unity-MCP-Server.sln"Fixes #747