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 • 322 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/microsoft/playwright-mcp for the server.
*/
export {};
//# sourceMappingURL=browser_use.d.ts.map