Skip to content

Does this support .NET projects? #101

@impworks

Description

@impworks

When trying to manipulate a project with C# scripting via Claude Code, it reported the following issues:

The Godot MCP runs in headless --script mode which doesn't load the .NET assembly, so it can't resolve C# script types and silently strips them on save. Lesson: don't use MCP add_node on scenes with C# scripts attached — it will eat them every time. The .tscn files I wrote are correct; they just can't be poked by MCP after the script is attached.

Is this a known limitation or am I using the MCP server wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions