kpc-component-service
v2.1.1
Published
KPC Component Service for Model Context Protocol
Readme
介绍
KingDesign组件库mcp服务。
开始
node 18+
mcp配置
本地
{ "mcpServers": { "kpc-component-service": { "command": "node", "args": [ "{ABSOLUTE PATH TO FILE HERE}/build/index.js" ] } } }
远程
{ "mcpServers": { "kpc-component-service": { "command": "npx", "args": [ "kpc-component-service" ] } } }
