{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "beam-react-claude-plugin",
  "displayName": "Beam React Claude Plugin",
  "description": "Equips AI tools with Beam Design System context for building, auditing, and answering implementation questions across tokens, components and data sources in React.",
  "version": "2.73.0",
  "author": {
    "name": "Viasat",
    "url": "https://git.viasat.com/vega/beam"
  },
  "homepage": "https://git.viasat.com/vega/beam/tree/master/libs/react-claude-plugin",
  "license": "MIT",
  "mcpServers": {
    "beam": {
      "command": "npx",
      "args": [
        "-y",
        "@viasat/beam-react-mcp@2.73.0"
      ]
    }
  },
  "hooks": {
    "UserPromptSubmit": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "node \"${CLAUDE_PLUGIN_ROOT}/.claude-plugin/hooks/check-version.mjs\""
          }
        ]
      }
    ]
  }
}
