diff --git a/hive-matrix-mcp/src/bin/mcp.rs b/hive-matrix-mcp/src/bin/mcp.rs index 0cdc50ca..fc1b39ae 100644 --- a/hive-matrix-mcp/src/bin/mcp.rs +++ b/hive-matrix-mcp/src/bin/mcp.rs @@ -592,7 +592,7 @@ async fn main() -> Result<()> { // "daemon still coming up" (token present → keep serving). When the // token exists we serve regardless of socket state: tool calls // `connect()` per-call and simply error until the daemon is up, but - // the tools stay registered for the session. (#2033) + // the tools stay registered for the session. let token_file = paths::token_file(); if !tokio::fs::try_exists(&token_file).await.unwrap_or(false) { tracing::warn!(