Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub static CLOUD_AGENT: LazyLock<StaticCommand> = 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,
Expand Down
2 changes: 1 addition & 1 deletion resources/bundled/skills/add-mcp-server/SKILL.md
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
Loading