UNPKG

cnd-components-mcp

Version:

An MCP service for Cnd components query | 一个减少 Cnd 组件代码生成幻觉的 MCP 服务,包含系统提示词、组件文档、API 文档、代码示例和更新日志查询

53 lines (52 loc) 1.33 kB
{ "name": "cnd-components-mcp", "version": "0.0.1", "type": "module", "description": "An MCP service for Cnd components query | 一个减少 Cnd 组件代码生成幻觉的 MCP 服务,包含系统提示词、组件文档、API 文档、代码示例和更新日志查询", "bin": "dist/cli.js", "repository": { "type": "git", "url": "https://code.alibaba-inc.com/mamba/cnd-components-mcp" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "scripts": { "start": "node dist/cli.js", "build": "tsup", "dev": "tsup --watch", "pretest": "tsup", "test": "tsx test-server.ts", "extract": "tsx cli.ts extract ../ant-design", "inspector": "pnpm build & npx @modelcontextprotocol/inspector node dist/cli.js", "prepublishOnly": "pnpm build" }, "keywords": [ "mcp", "cnd", "cn-design", "model context protocol", "ui components" ], "files": [ "dist", "componentData", "README.md" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "latest", "to-vfile": "^8.0.0", "vfile-matter": "^5.0.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.14", "tsup": "^8.4.0", "tsx": "^4.19.3", "typescript": "^5.8.2" }, "engines": { "node": ">=16.0.0" } }