mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-29 09:57:31 +08:00
feat: expand mcp transports and skill execution
This commit is contained in:
@@ -49,6 +49,12 @@ var defaultToolAllowlistGroups = []ToolAllowlistGroup{
|
||||
Aliases: []string{"subagent", "agent_runtime"},
|
||||
Tools: []string{"spawn", "subagents", "subagent_profile"},
|
||||
},
|
||||
{
|
||||
Name: "skills",
|
||||
Description: "Skill script execution tools",
|
||||
Aliases: []string{"skill", "skill_scripts"},
|
||||
Tools: []string{"skill_exec"},
|
||||
},
|
||||
}
|
||||
|
||||
func ToolAllowlistGroups() []ToolAllowlistGroup {
|
||||
|
||||
Reference in New Issue
Block a user