Skip to content

Commit bb82d30

Browse files
committed
Go back to old stderr debug output
1 parent 4a7d9f4 commit bb82d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackhawk_mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
def debug_print(message):
5252
"""Print debug messages to stderr for Claude Desktop"""
53-
logger.debug(f"{message}", file=sys.stderr, flush=True)
53+
print(f"[DEBUG] {message}", file=sys.stderr, flush=True)
5454

5555

5656
class StackHawkClient:

0 commit comments

Comments
 (0)