Skip to content

Commit 79d1c45

Browse files
authored
fix bug: ban mcp filter
2 parents 27f0bb7 + ed90383 commit 79d1c45

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)