Skip to content

v0.4.1 — Structured Logging

Latest

Choose a tag to compare

@UserB1ank UserB1ank released this 04 May 09:45
· 50 commits to main since this release

New Features

  • Verbose logging: Server now supports structured logging via Go stdlib log/slog. Two new flags control output:

    • -log-leveldebug | info | warn | error (default info)
    • -log-formattext | json (default text)
  • 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 Error level; IsError results stay at Debug.

  • 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