Skip to content

Commit 0704334

Browse files
committed
misc: minor lint driven fixes
1 parent 2cfa9cd commit 0704334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nerve/tools/mcp/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async def _logging_callback(
5252
params: mcp_types.LoggingMessageNotificationParams,
5353
) -> None:
5454
line = str(params.data)
55-
55+
5656
# In quiet mode, suppress verbose output but still show errors/warnings
5757
if self._is_quiet:
5858
# Parse the actual log level from nerve-formatted log lines
@@ -65,7 +65,7 @@ async def _logging_callback(
6565
else:
6666
# For unstructured output (like tool results), suppress in quiet mode
6767
return
68-
68+
6969
# Determine appropriate log level based on content
7070
if "] ERROR " in line:
7171
logger.error(f"<{self.name}> {line}")

0 commit comments

Comments
 (0)