mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
feat: Add selective MCP tool/prompt loading via '/' command dropdown #6879
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alpgul on GitHub (Nov 10, 2025).
Check Existing Issues
Verify Feature Scope
Problem Description
Using MCP tools unnecessarily increases token usage. When you select a server, all of its tools are added to the message. For example, if there are 100 tools, all of them get added, which increases token consumption.
Desired Solution you'd like
My solution suggestion is as follows: when the '/' command is entered, a dropdown list should display the mcp server's tools and prompts, and the user should select them. This way, only the selected tools or prompts will be added to the message. This will reduce token usage. The listing should be ordered by most recent usage, which would provide a better user experience.
Alternatives Considered
No response
Additional Context
No response