feat: Update mcp_component add advanced True for env and headers (#7909)
Update mcp_component.py
This commit is contained in:
parent
4995a19609
commit
fbcb3ddf35
1 changed files with 2 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ class MCPToolsComponent(Component):
|
|||
is_list=True,
|
||||
show=True,
|
||||
tool_mode=False,
|
||||
advanced=True,
|
||||
),
|
||||
MultilineInput(
|
||||
name="sse_url",
|
||||
|
|
@ -138,6 +139,7 @@ class MCPToolsComponent(Component):
|
|||
},
|
||||
],
|
||||
value=[],
|
||||
advanced=True,
|
||||
),
|
||||
DropdownInput(
|
||||
name="tool",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue