UNPKG

@tanstack/ai-mcp

Version:

Host-side Model Context Protocol client for TanStack AI: discover and run MCP server tools, resources, and prompts in any adapter's chat() loop, with generated end-to-end types.

9 lines (8 loc) 248 B
import { ServerSurface } from './introspect.js'; export interface EmitInput { [serverName: string]: { prefix?: string; surface: ServerSurface; }; } export declare function emitDescriptors(input: EmitInput): Promise<string>;