Antigravity-style inline markdown commenting as an installable Claude plugin. - MCP Apps webview (markdown-it renderer + comment UI) - three lanes: Answer Now (sendMessage), Add to batch, Submit All (persist+send) - edit/review mode toggle; sidecar comment persistence - self-contained prebuilt server/dist (zero runtime node_modules) - self-marketplace manifest for /plugin install - 11/11 stdio smoke tests passing Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
323 B
Text
12 lines
323 B
Text
# Reference clone of modelcontextprotocol/ext-apps — dev aid, not part of the plugin
|
|
_ref-ext-apps/
|
|
|
|
# Dependencies (build-time only; runtime is the self-contained server/dist/)
|
|
node_modules/
|
|
**/node_modules/
|
|
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# NOTE: server/dist/ IS committed — it is the prebuilt artifact the plugin ships.
|