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
declare namespace NodeJS {
interface ProcessEnv {
/**
* 是否为构建后的产物
*
* 当值为 `true` 时
* 1. 会修改 ROOT_DIR 的值
* 2. 脚本将不会更新 README.md 中的预处理版本信息
* @default undefined
*/
IS_BUILD?: 'true' | 'false';
}
}