Skip to content

Add ability for the MCP to call Editor static methods #610

@lucypero

Description

@lucypero

Example, I want the LLM to call menu item editor tools.

    [MenuItem("Tools/Create Enemy")]
    public static void NewEnemy()
    {
        // ...
    }

I told Claude to do it but it didn't really call this method. It tried to do what was inside it, but it didn't call it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions