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.

3 lines (2 loc) 182 B
import type { Server } from "@modelcontextprotocol/sdk/server/index.js"; export declare const startSSEMcpServer: (server: Server, endpoint?: string, port?: number) => Promise<void>;