@langchain/mcp-adapters
Version:
LangChain.js adapters for Model Context Protocol (MCP)
13 lines (11 loc) • 765 B
text/typescript
import { ClientConfig, Connection, LoadMcpToolsOptions, MCPResource, MCPResourceContent, MCPResourceTemplate, OutputHandling, StdioConnection, StreamableHTTPConnection } from "./types.cjs";
import { MultiServerMCPClient } from "./client.cjs";
import { loadMcpTools } from "./tools.cjs";
//#region src/index.d.ts
/**
* Type alias for backward compatibility with previous versions of the package.
*/
type SSEConnection = StreamableHTTPConnection;
//#endregion
export { type ClientConfig, type Connection, type LoadMcpToolsOptions, type MCPResource, type MCPResourceContent, type MCPResourceTemplate, MultiServerMCPClient, type OutputHandling, SSEConnection, type StdioConnection, type StreamableHTTPConnection, loadMcpTools };
//# sourceMappingURL=index.d.cts.map