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) 301 B
export { callTool } from "./callTool"; export { generateChartUrl } from "./generate"; export { zodToJsonSchema } from "./schema"; export { InMemoryEventStore } from "./InMemoryEventStore"; export { getBody } from "./getBody"; export { createBaseHttpServer, type RequestHandlers } from "./httpServer";