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) 148 B
export { startStdioMcpServer } from "./stdio"; export { startSSEMcpServer } from "./sse"; export { startHTTPStreamableServer } from "./streamable";