[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-11-05 11:46:08 +00:00 committed by GitHub
parent 4941366f39
commit d46550f93a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class AgentNode(Node):
if include_tool:
filtered_tools.append(tool)
value = [tool for tool in filtered_tools if tool.get("enabled", False)]
value = self._filter_mcp_type_tool(strategy, value)
for tool in value:
if "schemas" in tool: