Skip to content

Commit 626c3c8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/agents/create_agent_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,6 @@ async def create_agent_run_info(agent_id, minio_files, query, history, authoriza
292292
)
293293

294294
# 过滤 MCP 服务器和工具
295-
filter_mcp_servers_and_tools(agent_run_info, default_mcp_url, remote_mcp_list)
295+
# filter_mcp_servers_and_tools(agent_run_info, default_mcp_url, remote_mcp_list)
296296

297297
return agent_run_info

0 commit comments

Comments
 (0)