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) 313 B
import type { Server } from "@modelcontextprotocol/sdk/server/index.js"; import { type EventStore } from "@modelcontextprotocol/sdk/server/streamableHttp.js"; export declare const startHTTPStreamableServer: (createServer: () => Server, endpoint?: string, port?: number, eventStore?: EventStore) => Promise<void>;