UNPKG

@scarlet-mesh/mcp-rhds

Version:

RHDS MCP Server - All-in-One Model Context Protocol server for Red Hat Design System components with manifest discovery, HTML validation, and developer tooling

47 lines (46 loc) 1.11 kB
{ "name": "@scarlet-mesh/mcp-rhds", "version": "1.0.0", "description": "RHDS MCP Server - All-in-One Model Context Protocol server for Red Hat Design System components with manifest discovery, HTML validation, and developer tooling", "main": "build/index.js", "type": "module", "publishConfig": { "access": "public" }, "bin": { "mcp-rhds": "./build/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js", "dev": "tsc --watch" }, "files": [ "build" ], "keywords": [ "mcp", "server", "rhds", "red-hat", "design-system", "custom-elements", "html-validation", "web-components" ], "author": "Red Hat", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "zod": "^3.24.3", "parse5": "^7.1.2", "custom-elements-manifest": "^2.0.0", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^22.14.1", "@types/parse5": "^7.0.0", "typescript": "^5.8.3" } }