From 0e521a1001156716c4cb14d79ae2d02435210f3f Mon Sep 17 00:00:00 2001 From: yeyan1996 <1996yeyan@gmail.com> Date: Thu, 21 Aug 2025 23:58:24 -0700 Subject: [PATCH] Enhance AgentConfigTool: Add configured_mcps parameter for GitHub integration --- backend/agent/tools/agent_builder_tools/agent_config_tool.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/agent/tools/agent_builder_tools/agent_config_tool.py b/backend/agent/tools/agent_builder_tools/agent_config_tool.py index 78fe2918..3f221885 100644 --- a/backend/agent/tools/agent_builder_tools/agent_config_tool.py +++ b/backend/agent/tools/agent_builder_tools/agent_config_tool.py @@ -74,7 +74,8 @@ class AgentConfigTool(AgentBuilderBaseTool): Research Assistant An AI assistant specialized in conducting research and providing comprehensive analysis Act as a research analyst. Always verify sources - {"web_search_tool": true, "sb_files_tool": true, "sb_shell_tool": false} + {"web_search_tool": true, "sb_files_tool": true, "sb_shell_tool": false} + [{"name": "github", "qualifiedName": "github.com/github/mcp", "config": {"token": "ghp_..."}, "enabledTools": ["search_repositories", "get_file"]}] 🔬 #4F46E5