From 0df3816517f16567623a72618921b0f72c48e1f4 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 24 Mar 2025 19:31:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/packages/mcp/src/mcp-tools.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/packages/mcp/src/mcp-tools.ts b/legacy/packages/mcp/src/mcp-tools.ts index 187fcb5b..0648fbfe 100644 --- a/legacy/packages/mcp/src/mcp-tools.ts +++ b/legacy/packages/mcp/src/mcp-tools.ts @@ -55,9 +55,9 @@ export class McpTools extends AIFunctionsProvider { } /** - * Initialize the MCPTools instance by fetching all available tools from the MCP client. + * Initialize the McpTools instance by fetching all available tools from the MCP client. * This method must be called before using this class' tools. - * It is called automatically when using `MCPTools.from()`. + * It is called automatically when using `McpTools.from()`. */ protected async _init() { const capabilties = this.client.getServerCapabilities()