@moontra/moonui-mcp-server
Version:
Model Context Protocol server for MoonUI component library - AI-native component access
74 lines (73 loc) • 1.84 kB
JSON
{
"name": "@moontra/moonui-mcp-server",
"version": "1.0.5",
"description": "Model Context Protocol server for MoonUI component library - AI-native component access",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"moonui-mcp": "./dist/index.js"
},
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsup",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"lint": "eslint src --ext .ts",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build",
"update-registry": "tsx scripts/update-registry.ts",
"registry:check": "tsx scripts/update-registry.ts --check",
"registry:update": "tsx scripts/update-registry.ts --update"
},
"keywords": [
"mcp",
"model-context-protocol",
"moonui",
"ai",
"claude",
"component-library",
"ui-components",
"react"
],
"author": "MoonUI Team",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"chalk": "^5.3.0",
"debug": "^4.3.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^20.19.11",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitest/ui": "^1.2.0",
"eslint": "^8.56.0",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.9.2",
"vitest": "^1.2.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/moonui/mcp-server.git"
},
"bugs": {
"url": "https://github.com/moonui/mcp-server/issues"
},
"homepage": "https://moonui.dev/docs/mcp"
}