UNPKG

@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.

4 lines (3 loc) 130 B
export { callTool } from "./callTool"; export { generateChartUrl } from "./generate"; export { zodToJsonSchema } from "./schema";