diff --git a/app/src/search/slash_command_menu/static_commands/commands.rs b/app/src/search/slash_command_menu/static_commands/commands.rs index 248c0cbdd..aa432db36 100644 --- a/app/src/search/slash_command_menu/static_commands/commands.rs +++ b/app/src/search/slash_command_menu/static_commands/commands.rs @@ -29,7 +29,7 @@ pub static CLOUD_AGENT: LazyLock = LazyLock::new(|| StaticCommand pub const ADD_MCP: StaticCommand = StaticCommand { name: "/add-mcp", - description: "Add new MCP server", + description: "Add a new MCP server via the MCP settings page", icon_path: "bundled/svg/dataflow.svg", availability: Availability::AI_ENABLED, auto_enter_ai_mode: false, diff --git a/resources/bundled/skills/add-mcp-server/SKILL.md b/resources/bundled/skills/add-mcp-server/SKILL.md index eaafdc41c..9c1e18625 100644 --- a/resources/bundled/skills/add-mcp-server/SKILL.md +++ b/resources/bundled/skills/add-mcp-server/SKILL.md @@ -1,5 +1,5 @@ --- -name: add-mcp-server +name: agent-add-mcp description: Use this skill when helping users add MCP servers to their Warp configuration. ---