New Features
-
Verbose logging: Server now supports structured logging via Go stdlib
log/slog. Two new flags control output:-log-level—debug|info|warn|error(defaultinfo)-log-format—text|json(defaulttext)
-
MCP tool call tracing: Every tool call is logged with entry/exit timestamps, duration, session/reader IDs, and error flags. Go-level errors are logged at
Errorlevel;IsErrorresults stay atDebug. -
Session lifecycle logs: Session start, exit, and termination events emit
Debug-level records with session ID and exit code.
Full Changelog: v0.4.0...v0.4.1