subagents: add availableToSubagents opt-in toggle for extraMcpServers
This commit is contained in:
parent
33aa2bdbc8
commit
16eec3c314
14 changed files with 356 additions and 84 deletions
|
|
@ -7,6 +7,7 @@ members = [
|
|||
"hive-core-agent-sock",
|
||||
"hive-bash-mcp",
|
||||
"hive-c0re",
|
||||
"hive-extra-mcp",
|
||||
"hive-screen-mcp",
|
||||
"hive-forge",
|
||||
"hive-forge-notify",
|
||||
|
|
@ -85,6 +86,7 @@ hive-jobq = { path = "hive-jobq" }
|
|||
hive-jobq-metrics = { path = "hive-jobq-metrics" }
|
||||
hive-jobq-wire = { path = "hive-jobq-wire" }
|
||||
hive-core-agent-sock = { path = "hive-core-agent-sock" }
|
||||
hive-extra-mcp = { path = "hive-extra-mcp" }
|
||||
hive-claude = "0.1.1"
|
||||
hive-host-sock = { path = "hive-host-sock" }
|
||||
hive-priv-sock = { path = "hive-priv-sock" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue