feat: expand mcp transports and skill execution

This commit is contained in:
lpf
2026-03-08 11:08:41 +08:00
parent db86b3471d
commit f043de5384
21 changed files with 1447 additions and 84 deletions

View File

@@ -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 {