summaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
authorBilly Biggs <[email protected]>2025-06-15 11:25:40 -0700
committerGitHub <[email protected]>2025-06-15 11:25:40 -0700
commit6959663646992fbf3b055ae60062c739df1d1364 (patch)
treef3754a29789d2e0081dbce07cfce2f4f66e8ff1c /docs/cli
parent123ad20e9bfc5cf47eca4fe0e073ecef67a639f9 (diff)
Add support for /mcp schema to show full parameter schema as JSON (#1050)
Outputs a raw JSON version of the parameter names and descriptions as provided to the model, plus minor formatting adjustments to /mcp desc.
Diffstat (limited to 'docs/cli')
-rw-r--r--docs/cli/commands.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cli/commands.md b/docs/cli/commands.md
index 26c3ed49..f904c51d 100644
--- a/docs/cli/commands.md
+++ b/docs/cli/commands.md
@@ -27,6 +27,9 @@ Slash commands provide meta-level control over the CLI itself. They can typicall
- **`nodesc`** or **`nodescriptions`**:
- **Description:** Hides tool descriptions, showing only the tool names.
- **Action:** Displays a compact list with only tool names.
+ - **`schema`**:
+ - **Description:** Shows full schema of tool parameters.
+ - **Action:** Displays the full JSON schema for the tool's configured parameters.
- **Keyboard Shortcut:** Press **Ctrl+T** at any time to toggle between showing and hiding tool descriptions.
- **`/clear`** (Shortcut: **Ctrl+L**)