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.
11 lines • 357 B
TypeScript
/**
* Basic usage example for mcp-use.
*
* This example demonstrates how to use the mcp-use library with MCPClient
* to connect any LLM to MCP tools through a unified interface.
*
* Special Thanks to https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
* for the server.
*/
export {};
//# sourceMappingURL=filesystem_use.d.ts.map