Commit e504dee
committed
StateTree: add full-info & node search commands
Add two new StateTree MCP commands: get_statetree_full_info (verbosity/sections, optional inline bindings) and search_statetree_nodes (class/category search). Extend binding serialization and state JSON output to include property binding details, parameter serialization, task completion string, required-event metadata, and optional inlined bindings per-node. Update reader ops to report binding counts and use the new binding helper when returning bindings. Add CLI and Python tooling wrappers for the new commands and expand get_statetree_bindings doc/details. Header and helper files updated with new APIs: BindingToJson, CollectBindingsForNode, ResolveStructIDToName, EditorNodeToJsonWithBindings, TaskCompletionTypeToString, and updated StateToJsonDetailed/TransitionToJson signatures.1 parent 159b060 commit e504dee
7 files changed
Lines changed: 1038 additions & 20 deletions
File tree
- Source/UnrealMCPBridge
- Private/Commands
- StateTree
- Public/Commands
- cli/cmd
- unrealmcp/tools
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| |||
0 commit comments