mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-07 23:53:40 +00:00
UI: Add MCP server support
This commit is contained in:
parent
abc3487f4d
commit
b1d06dcf96
24 changed files with 163 additions and 4 deletions
|
|
@ -209,6 +209,7 @@ def list_interface_input_elements():
|
|||
'textbox',
|
||||
'start_with',
|
||||
'selected_tools',
|
||||
'mcp_servers',
|
||||
'mode',
|
||||
'chat_style',
|
||||
'chat-instruct_command',
|
||||
|
|
@ -434,6 +435,7 @@ def setup_auto_save():
|
|||
'custom_system_message',
|
||||
'chat_template_str',
|
||||
'selected_tools',
|
||||
'mcp_servers',
|
||||
|
||||
# Parameters tab (ui_parameters.py) - Generation parameters
|
||||
'preset_menu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue