/**
* AntV MCP Server Type Definitions
*/
/**
* AntV Library Types.
* Defines the available libraries in the AntV ecosystem.
* These libraries are used to fetch documentation and provide context for the AntV Assistant tool.
*/
export type AntVLibrary =
| 'g2'
| 'g6'
| 'l7'
| 'x6'
| 'f2'
| 's2'
| 'g'
| 'ava'
| 'adc';
export type AntVConfig = {
id: AntVLibrary;
name: string;
description: string;
keywords: string;
codeStyle: string;
};
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/antvis/mcp-server-antv'
If you have feedback or need assistance with the MCP directory API, please join our Discord server