From 6959663646992fbf3b055ae60062c739df1d1364 Mon Sep 17 00:00:00 2001 From: Billy Biggs Date: Sun, 15 Jun 2025 11:25:40 -0700 Subject: 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. --- docs/cli/commands.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/cli') 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**) -- cgit v1.2.3