Working on editing materials

This commit is contained in:
2026-03-11 22:03:32 -04:00
parent 0e79b02307
commit 2e058035f3
102 changed files with 428 additions and 463 deletions

View File

@@ -20,7 +20,7 @@ TOOL_DESCRIPTION = (
"Send a command to the Unreal Editor's BlueprintMCP plugin. "
"The 'command' field specifies which operation to perform; "
"additional fields are command-specific parameters. "
'Use {"command": "show_commands"} to list available commands. '
'Use {"command": "ShowCommands"} to list available commands. '
"If the editor is not running, the call will return an error; "
"just ask the user to start the editor and try again."
)