Commit b7727a9
authored
feat: register orphaned inscription tools (ordinals + child) (#599)
* feat: register child inscription tools
registerChildInscriptionTools was defined in child-inscription.tools.ts
(added in #254) but never wired into registerAllTools, so estimate_child_inscription_fee,
inscribe_child, and inscribe_child_reveal were never exposed. skill-mappings.ts
also referenced inscribe_child/_reveal as if live. Wire the register call in so the
three tools are available to any client.
* feat: register ordinals (genesis inscription) tools
registerOrdinalsTools was defined in ordinals.tools.ts but never wired into
registerAllTools, so get_taproot_address, estimate_inscription_fee, inscribe,
inscribe_reveal, and get_inscription were never exposed. Without inscribe/
inscribe_reveal there was no way to mint a genesis (parent) inscription from
arbitrary content (image/png, etc.) via MCP, which also left the child/souldinals
flow unusable since a child needs an existing parent. Wire the register call in.1 parent 2d7a1af commit b7727a9
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
218 | 223 | | |
219 | 224 | | |
220 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
221 | 229 | | |
222 | 230 | | |
223 | 231 | | |
| |||
0 commit comments