summaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
authorBryan Morgan <[email protected]>2025-06-07 18:30:56 -0400
committerGitHub <[email protected]>2025-06-07 18:30:56 -0400
commite95a6086fc89191888f2a4e41a3c875273311d96 (patch)
tree907073862c859af9eb2222578b637f455325e6e2 /docs/cli
parentdd08582f81b1cab4d3ded0f21fc4359ac88b231e (diff)
Bryanmorgan/add mcp description support (#825)
Diffstat (limited to 'docs/cli')
-rw-r--r--docs/cli/commands.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/cli/commands.md b/docs/cli/commands.md
index c0952129..859ebd3c 100644
--- a/docs/cli/commands.md
+++ b/docs/cli/commands.md
@@ -11,6 +11,19 @@ Slash commands provide meta-level control over the CLI itself. They can typicall
- **Description:** Displays help information about the Gemini CLI, including available commands and their usage.
- **Action:** Opens a help dialog or section within the CLI.
+- **`/mcp`** (Toggle descriptions: **Ctrl+T**)
+
+ - **Description:** Lists configured Model Context Protocol (MCP) servers and their available tools.
+ - **Action:** Displays a formatted list of MCP servers with connection status indicators, server details, and available tools.
+ - **Sub-commands:**
+ - **`desc`** or **`descriptions`**:
+ - **Description:** Shows detailed descriptions for MCP servers and tools.
+ - **Action:** Displays each tool's name with its full description, formatted for readability.
+ - **`nodesc`** or **`nodescriptions`**:
+ - **Description:** Hides tool descriptions, showing only the tool names.
+ - **Action:** Displays a compact list with only tool names.
+ - **Keyboard Shortcut:** Press **Ctrl+T** at any time to toggle between showing and hiding tool descriptions.
+
- **`/clear`** (Shortcut: **Ctrl+L**)
- **Description:** Clears the entire terminal screen, including the visible session history and scrollback within the CLI.