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.

7 lines (6 loc) 201 B
/** * Exports the API for the `@antv/mcp-server-chart` package. * This includes chart generation capabilities and utility functions. */ export * from "./charts"; export { callTool } from "./utils";