// Hand-written declarations for the generated vendor bundle (mcp-sdk.cjs, // built by scripts/build-vendor.mjs — see GH #670). Typecheck resolves the // real SDK types from devDependencies; at runtime the self-contained bundle // is used so the published package has zero npm dependencies. export { Client } from "@modelcontextprotocol/sdk/client/index.js"; export { StdioClientTransport } from "@modelcontextprotocol/sdk/client/stdio.js";