PixelWeaver v0.5.0 /server.src.pixelweaver.mcp_iso_tools
On this page

Iso MCP tools for per-canvas iso tile-size and footprint mutation plus iso seam checking, following the validate, mutate, and broadcast handler sequence.

#server.src.pixelweaver.mcp_iso_tools

#server.src.pixelweaver.mcp_iso_tools

Iso MCP tools -- per-canvas iso tile-size / footprint mutation and iso seam checking (G10's slice of G11 parity).

Mutating handlers follow the frame-tools sequence: validate -> mutate -> broadcast. Canvas resolution defaults to the active project's first canvas, matching the export_png precedent. The seam checker composites via the same path as export_frame_png, decodes to raw RGBA, and runs the shared Python port in iso_seams.py (conformance-tested against the TS implementation).

#register_iso_tools

python
def register_iso_tools(registry: MCPCommandRegistry) -> None

Register the iso MCP tools.

Search