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.
15 lines • 561 B
TypeScript
/**
* Blender MCP example for mcp-use.
*
* This example demonstrates how to use the mcp-use library with MCPClient
* to connect an LLM to Blender through MCP tools via WebSocket.
* The example assumes you have installed the Blender MCP addon from:
* https://github.com/ahujasid/blender-mcp
*
* Make sure the addon is enabled in Blender preferences and the WebSocket
* server is running before executing this script.
*
* Special thanks to https://github.com/ahujasid/blender-mcp for the server.
*/
export {};
//# sourceMappingURL=blender_use.d.ts.map