storkit: merge 370_bug_scaffold_does_not_create_mcp_json_in_project_root

This commit is contained in:
dave
2026-03-23 12:57:49 +00:00
parent 1816a94617
commit 13b6ecd958
4 changed files with 113 additions and 36 deletions

View File

@@ -144,6 +144,10 @@ impl AgentPool {
}
}
pub fn port(&self) -> u16 {
self.port
}
/// Create a pool with a dummy watcher channel for unit tests.
#[cfg(test)]
pub fn new_test(port: u16) -> Self {