feat(#2659): serve hive-matrix-mcp over persistent streamable-http, drop stdio bridge
This commit is contained in:
parent
ae8d1aaac4
commit
a66b7ab298
21 changed files with 411 additions and 856 deletions
|
|
@ -274,7 +274,8 @@ impl Registry {
|
|||
/// primary flag. Registry membership == a session restored, so every
|
||||
/// entry is reported `live`. Sorted primary-first then by name for a
|
||||
/// stable order in the dashboard. Account-agnostic — the caller does
|
||||
/// not resolve a single client (see `socket::dispatch`).
|
||||
/// not resolve a single client (see `MatrixMcp::resolve` in
|
||||
/// `crate::mcp`).
|
||||
#[must_use]
|
||||
pub fn list(&self) -> Vec<AccountStatus> {
|
||||
let mut out: Vec<AccountStatus> = self
|
||||
|
|
|
|||
Loading…
Reference in a new issue