Skip to content

ericlewis/widget-studio

v0.2.0

Generate and display rich UI widgets (cards, charts, forms, tables) inline in conversations by prompting the Widget Studio generator.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

widget-studiostdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/dist/index.js"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "widget-studio",
  "version": "0.2.0",
  "description": "Generate and display rich UI widgets (cards, charts, forms, tables) inline in conversations by prompting the Widget Studio generator.",
  "skills": "./skills/",
  "mcp": "./mcp.json"
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • evals.json
View on GitHub

Fields the format does not define

This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.

  • skills
  • mcp