Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 487 Bytes

File metadata and controls

34 lines (17 loc) · 487 Bytes

Resources Reference

MCP resources provide read-only access to Godot project data.

Current Scene

URI: godot://scene/current

MIME Type: application/json

The currently open scene in the Godot editor


Scene Tree

URI: godot://scene/tree

MIME Type: application/json

Full hierarchy of the current scene


Current Script

URI: godot://script/current

MIME Type: text/x-gdscript

The currently open script in the Godot editor