diff --git a/src/backend/base/langflow/components/tools/mcp_component.py b/src/backend/base/langflow/components/tools/mcp_component.py index 1246a2369..f9c9c4798 100644 --- a/src/backend/base/langflow/components/tools/mcp_component.py +++ b/src/backend/base/langflow/components/tools/mcp_component.py @@ -30,8 +30,6 @@ class MCPToolsComponent(Component): _tool_cache: dict = {} # Cache for tool objects default_keys: list[str] = ["code", "_type", "mode", "command", "sse_url", "tool_placeholder", "tool_mode", "tool"] - sse_url: str | None = None - display_name = "MCP Server" description = "Connect to an MCP server and expose tools." icon = "server"