From 8aba2e55091c8d14594357db7eb4778b71d0bf8c Mon Sep 17 00:00:00 2001 From: damocles Date: Sat, 27 Jun 2026 00:13:47 +0200 Subject: [PATCH] fix(#2033): drop tracker tag from code comment (tracker-tag lint) --- hive-matrix-mcp/src/bin/mcp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!(