From 9e5e67ce7fbf5c3bb1bef684aae71dc2a177f484 Mon Sep 17 00:00:00 2001 From: Humberto Yusta Date: Fri, 14 Feb 2025 16:12:59 +0100 Subject: [PATCH] fix: add warning to use npx.cmd and npm.cmd in Windows --- src/integrations/integr_mcp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrations/integr_mcp.rs b/src/integrations/integr_mcp.rs index 75980786d..65a5e2fa8 100644 --- a/src/integrations/integr_mcp.rs +++ b/src/integrations/integr_mcp.rs @@ -484,7 +484,7 @@ pub const MCP_INTEGRATION_SCHEMA: &str = r#" fields: command: f_type: string - f_desc: "The MCP command to execute, typically `npx` or `/my/path/venv/python`" + f_desc: "The MCP command to execute, typically `npx`, `/my/path/venv/python`, or `docker`. In Windows, use `npx.cmd` or `npm.cmd` instead of `npx` or `npm`." args: f_type: string_array env: