MCP floor: carry the widget-authoring tool (fork-registry delta) (#799) - #802
Merged
Conversation
…ry (#799) Port the fork's amicode_author_widget into the harness-neutral MCP tool floor (17 → 18 tools): same bare wire name (author_widget), same schema, and the prompt CARRIED byte-for-byte from the fork's widget-author.txt (src/widget-author.txt + a pin test — not rewritten). Execution calls the extension service's widget server helper (authorWidget) end-to-end: the helper validates, assembles the manifest, and writes under widgetsRoot(), so a tool call lands in the dashboard inventory (GET /amicode/widgets) and the returned AMICODE_WIDGET {id,name,size,height,hash,warnings} sentinel drives the already-ported UI preview seam. The retired plugin twin carries the identical entry (parity-pinned); parity + roundtrip tests updated for the 18-tool surface.
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #799.
The widget-authoring tool joins the harness-neutral MCP floor (17 → 18 tools) — the fork's registry delta retires with the fork.
author_widget: schema and required fields match the fork's registration; the description is the fork'swidget-author.txtcarried byte-for-byte (hash-verified at authoring time).author_widget); the retired plugin twin carries the identical entry.