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.

4 lines (3 loc) 184 B
import { createMcpAppCallHandler } from "./call-handler.js"; import { inMemoryMcpSessionStore } from "./session-store.js"; export { createMcpAppCallHandler, inMemoryMcpSessionStore };