diff --git a/server/utils/MCP/hypervisor/index.js b/server/utils/MCP/hypervisor/index.js index eef2365216d..0cd1f6cecbb 100644 --- a/server/utils/MCP/hypervisor/index.js +++ b/server/utils/MCP/hypervisor/index.js @@ -19,7 +19,7 @@ const { /** * @class MCPHypervisor * @description A class that manages MCP servers found in the storage/plugins/anythingllm_mcp_servers.json file. - * This class is responsible for booting, stopping, and reloading MCP servers - it is the user responsiblity for the MCP server definitions + * This class is responsible for booting, stopping, and reloading MCP servers - it is the user responsibility for the MCP server definitions * to me correct and also functioning tools depending on their deployment (docker vs local) as well as the security of said tools * since MCP is basically arbitrary code execution. * diff --git a/server/utils/vectorDbProviders/zilliz/index.js b/server/utils/vectorDbProviders/zilliz/index.js index e2d1d3ca658..b0dff6f89e3 100644 --- a/server/utils/vectorDbProviders/zilliz/index.js +++ b/server/utils/vectorDbProviders/zilliz/index.js @@ -119,7 +119,7 @@ const Zilliz = { }, { name: "metadata", - decription: "metadata", + description: "metadata", data_type: DataType.JSON, }, ],