Skip to content

Commit ed90383

Browse files
author
jiangpeiling
committed
fix bug: ban mcp filter
1 parent 626c3c8 commit ed90383

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backend/agents/create_agent_info.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,4 @@ async def create_agent_run_info(agent_id, minio_files, query, history, authoriza
291291
stop_event=threading.Event()
292292
)
293293

294-
# 过滤 MCP 服务器和工具
295-
# filter_mcp_servers_and_tools(agent_run_info, default_mcp_url, remote_mcp_list)
296-
297294
return agent_run_info

0 commit comments

Comments
 (0)