{
  "name": "@viasat/beam-react-mcp",
  "version": "2.73.0",
  "description": "MCP server for the Beam React design system that gives AI coding tools structured access to component APIs, props, usage examples, and concept docs.",
  "license": "MIT",
  "author": "Viasat",
  "homepage": "https://react.beam.viasat.com/",
  "repository": {
    "type": "git",
    "url": "https://git.viasat.com/vega/beam",
    "directory": "libs/react-mcp"
  },
  "bugs": {
    "url": "https://git.viasat.com/vega/beam/issues"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "design-system",
    "beam",
    "viasat",
    "react"
  ],
  "bin": {
    "beam-mcp": "./index.mjs"
  },
  "type": "module",
  "engines": {
    "node": ">=20.11"
  },
  "main": "./index.mjs",
  "files": [
    "index.mjs",
    "beam-manifest.json"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "zod": "^4.0.5"
  },
  "publishConfig": {
    "access": "public"
  }
}
