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.

12 lines (11 loc) 305 B
export { createMcpAppCallHandler } from './call-handler' export type { McpAppCallHandlerOptions, McpAppClientsInput, } from './call-handler' export { inMemoryMcpSessionStore } from './session-store' export type { McpServerDescriptor, McpSessionStore, McpAppCallRequest, } from './session-store'