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