feat: Update mcp_component add advanced True for env and headers (#7909)

Update mcp_component.py
This commit is contained in:
Edwin Jose 2025-05-07 16:48:45 -04:00 committed by GitHub
commit fbcb3ddf35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",