com.IvanMurzak.Godot.MCP.Tilemap
0.1.0
dotnet add package com.IvanMurzak.Godot.MCP.Tilemap --version 0.1.0
NuGet\Install-Package com.IvanMurzak.Godot.MCP.Tilemap -Version 0.1.0
<PackageReference Include="com.IvanMurzak.Godot.MCP.Tilemap" Version="0.1.0" />
<PackageVersion Include="com.IvanMurzak.Godot.MCP.Tilemap" Version="0.1.0" />
<PackageReference Include="com.IvanMurzak.Godot.MCP.Tilemap" />
paket add com.IvanMurzak.Godot.MCP.Tilemap --version 0.1.0
#r "nuget: com.IvanMurzak.Godot.MCP.Tilemap, 0.1.0"
#:package com.IvanMurzak.Godot.MCP.Tilemap@0.1.0
#addin nuget:?package=com.IvanMurzak.Godot.MCP.Tilemap&version=0.1.0
#tool nuget:?package=com.IvanMurzak.Godot.MCP.Tilemap&version=0.1.0
Tilemap Tools
AI MCP tools for Godot Tilemap.
A source-only MCP tool extension for Godot-MCP / AI Game Developer. The package ships C# source (no compiled DLL, no bundled Godot) that compiles inside your Godot project against your own GodotSharp, so it never locks you to a Godot version.
Install
Requires the core godot_mcp addon in your Godot C# project.
# via the godot-cli (resolves from the shared catalog, edits your .csproj, rebuilds)
godot-cli install-extension com.IvanMurzak.Godot.MCP.Tilemap
# …or add the reference manually and rebuild:
# <PackageReference Include="com.IvanMurzak.Godot.MCP.Tilemap" Version="0.1.0" />
…or pick it from the Extensions dock inside the Godot editor.
After a rebuild, the extension's [AiToolType] tool families are auto-discovered — no registry edit.
Tools
All tools wrap Godot's built-in TileMapLayer node (Godot 4.3+, the modern replacement for the
deprecated TileMap). Every tool is editor-only and addresses a layer by its node path relative to the
edited scene root.
| Tool | Description |
|---|---|
tilemap-create |
Create a TileMapLayer node (optional name / parent). |
tilemap-set-tileset |
Assign a TileSet resource to a layer (by res:// path). |
tilemap-set-cell |
Set a single cell (coords + TileSet source id + atlas coords). |
tilemap-erase-cell |
Erase a single cell. |
tilemap-get-used-cells |
List a layer's used cells (read-only). |
tilemap-clear |
Clear all cells on a layer. |
License: Apache-2.0.
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- com.IvanMurzak.McpPlugin (>= 6.10.0)
- com.IvanMurzak.ReflectorNet (>= 5.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0 | 143 | 6/28/2026 |