From e5aa811ab603da02c59a11c46120d867d0d14c35 Mon Sep 17 00:00:00 2001 From: Muhammad Osama Date: Sun, 17 Aug 2025 04:50:04 +0500 Subject: [PATCH] claude desktop patch --- hexstrike_mcp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hexstrike_mcp.py b/hexstrike_mcp.py index 2218298..805dd85 100644 --- a/hexstrike_mcp.py +++ b/hexstrike_mcp.py @@ -126,7 +126,7 @@ logging.basicConfig( level=logging.INFO, format="[🔥 HexStrike MCP] %(asctime)s [%(levelname)s] %(message)s", handlers=[ - logging.StreamHandler(sys.stdout) + logging.StreamHandler(sys.stderr) ] )