An MCP service for Ant Design components query | 一个减少 Ant Design 组件代码生成幻觉的 MCP 服务,包含系统提示词、组件文档、API 文档、代码示例和更新日志查询
| Tool name | Description | Destructive? |
|---|---|---|
| list-components | ✓ no | |
| list-component-examples | ✓ no | |
| get-component-changelog | ✓ no | |
| get-component-docs | ✓ no |
{
"mcpServers": {
"jzoneantd-components": {
"command": "npx",
"args": [
"-y",
"@jzone-mcp/antd-components-mcp"
]
}
}
}