@antv/mcp-server-chart
Version:
A Model Context Protocol server for generating charts using AntV. This is a TypeScript-based MCP server that provides chart generation capabilities. It allows you to create various types of charts through MCP tools.
13 lines (12 loc) • 373 B
TypeScript
/**
* Get the VIS_REQUEST_SERVER from environment variables.
*/
export declare function getVisRequestServer(): string;
/**
* Get the `SERVICE_ID` from environment variables.
*/
export declare function getServiceIdentifier(): string | undefined;
/**
* Get the list of disabled tools from environment variables.
*/
export declare function getDisabledTools(): string[];