mirror of https://github.com/kortix-ai/suna.git
Enhance AgentConfigTool: Add configured_mcps parameter for GitHub integration
This commit is contained in:
parent
f65807234f
commit
0e521a1001
|
@ -75,6 +75,7 @@ class AgentConfigTool(AgentBuilderBaseTool):
|
|||
<parameter name="description">An AI assistant specialized in conducting research and providing comprehensive analysis</parameter>
|
||||
<parameter name="system_prompt">Act as a research analyst. Always verify sources</parameter>
|
||||
<parameter name="agentpress_tools">{"web_search_tool": true, "sb_files_tool": true, "sb_shell_tool": false}</parameter>
|
||||
<parameter name="configured_mcps">[{"name": "github", "qualifiedName": "github.com/github/mcp", "config": {"token": "ghp_..."}, "enabledTools": ["search_repositories", "get_file"]}]</parameter>
|
||||
<parameter name="avatar">🔬</parameter>
|
||||
<parameter name="avatar_color">#4F46E5</parameter>
|
||||
</invoke>
|
||||
|
|
Loading…
Reference in New Issue