subagents: add availableToSubagents opt-in toggle for extraMcpServers

This commit is contained in:
damocles 2026-09-13 13:18:27 +02:00 committed by mara
commit 16eec3c314
14 changed files with 356 additions and 84 deletions

View file

@ -10,5 +10,6 @@
//! in-memory `name -> Cancel` map, live only as long as the process is.
pub mod mcp;
pub mod mcp_config;
pub mod paths;
pub mod session;