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 • 365 B
TypeScript
/**
* Simple chat example using MCPAgent with built-in conversation memory.
*
* This example demonstrates how to use the MCPAgent with its built-in
* conversation history capabilities for better contextual interactions.
*
* Special thanks to https://github.com/microsoft/playwright-mcp for the server.
*/
export {};
//# sourceMappingURL=chat_example.d.ts.map