- 
                Notifications
    You must be signed in to change notification settings 
- Fork 484
Standardize how we define MCP tools #292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 31 commits
07932ea
              d7dd309
              b3338e7
              a967d67
              29a3f3a
              6041fc3
              b6fb5a7
              5b8d1e3
              749fea4
              b94dcca
              b31ffd1
              4dfb167
              966f957
              01b2a33
              a35edf8
              1dbb527
              4ca2529
              fe69e61
              ae4d401
              8375648
              32243de
              a7af7b4
              4395ec5
              226221e
              f66e1fe
              6addf3a
              29ad9d5
              b7d669f
              8cd7fba
              d1691a7
              679da41
              e338c7a
              4d50584
              File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -2,6 +2,7 @@ | |
| using System.Collections.Generic; | ||
| using Newtonsoft.Json.Linq; | ||
| using MCPForUnity.Editor.Tools.MenuItems; | ||
| using MCPForUnity.Editor.Tools.Prefabs; | ||
|  | ||
| namespace MCPForUnity.Editor.Tools | ||
| { | ||
|  | @@ -22,6 +23,7 @@ public static class CommandRegistry | |
| { "read_console", ReadConsole.HandleCommand }, | ||
| { "manage_menu_item", ManageMenuItem.HandleCommand }, | ||
| { "manage_shader", ManageShader.HandleCommand}, | ||
| { "manage_prefabs", ManagePrefabs.HandleCommand}, | ||
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Issue with earlier merge, this should have been in | ||
| }; | ||
|  | ||
| /// <summary> | ||
|  | ||
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Whitespace changes | 
Large diffs are not rendered by default.
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Whitespace changes | 
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| """ | ||
| MCP for Unity Server package. | ||
| """ | ||
| """ | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was removed in an earlier PR, it probably re-appeared by a bad merge conflict resolution