-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Feature Request: Make Toolbox Web UI Tool List Panel Resizable #1729
Copy link
Copy link
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.status: help wantedStatus: Unplanned work open to contributions from the community.Status: Unplanned work open to contributions from the community.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.status: help wantedStatus: Unplanned work open to contributions from the community.Status: Unplanned work open to contributions from the community.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Type
Fields
Give feedbackNo fields configured for Feature.
Prerequisites
What are you trying to do that currently feels hard or impossible?
The MCP Toolbox web UI tool list panel (.second-nav) is fixed at 250px wide and cannot be resized. This makes it difficult to use toolsets with long, descriptive tool names, as they are truncated, hard to identify, or force excessive horizontal scrolling. The fixed width also consumes too much viewport, limiting the main content area and reducing usability.
Suggested Solution(s)
Add a draggable vertical resize handle to the right edge of the tool list panel. Key features should include:
Reference implementation: ADK Web project (ResizableDrawerDirective).
Alternatives Considered
Additional Details
Files to modify:
Estimated effort: Small (~100-150 lines of code). No breaking changes.
Reference implementation in ADK Web:
Research conducted: October 17, 2025
Researcher: Assistant via GitHub Copilot
Repository: googleapis/genai-toolbox