Skip to main content
Glama

antd-components-mcp

get-component-changelog

Retrieve the changelog for a specific Ant Design component to track updates, determine feature availability, and decide if dependency upgrades are needed.

Instructions

列出 Ant Design 特定组件的更新日志 适用场景:

  1. 用户询问特定组件的更新日志

  2. 在知道用户 antd 版本的情况下,当用户需要实现相关组件功能时判断是否在后续版本中才实现,来决定是否需要升级依赖

Input Schema

NameRequiredDescriptionDefault
componentNameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "componentName": { "type": "string" } }, "required": [ "componentName" ], "type": "object" }

Other Tools from antd-components-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhixiaoqiang/antd-components-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server