mcp-use
Version:
A utility library for integrating Model Context Protocol (MCP) with LangChain, Zod, and related tools. Provides helpers for schema conversion, event streaming, and SDK usage.
10 lines • 314 B
TypeScript
/**
* Example demonstrating how to use MCPClient with multiple servers.
*
* This example shows how to:
* 1. Configure multiple MCP servers
* 2. Create and manage sessions for each server
* 3. Use tools from different servers in a single agent
*/
export {};
//# sourceMappingURL=multi_server_example.d.ts.map