mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
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.
This commit is contained in:
@@ -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**)
|
||||
|
||||
Reference in New Issue
Block a user