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 • 335 B
TypeScript
/**
* Example demonstrating how to use mcp-use with Airbnb.
*
* This example shows how to connect an LLM to Airbnb through MCP tools
* to perform tasks like searching for accommodations.
*
* Special Thanks to https://github.com/openbnb-org/mcp-server-airbnb for the server.
*/
export {};
//# sourceMappingURL=airbnb_use.d.ts.map