Skip to content

v2.0.0

Choose a tag to compare

@jarhun88 jarhun88 released this 08 May 21:52
· 45 commits to main since this release
20ba223

What's Changed

Full Changelog: v1.18.5...v2.0.0

🚨 Breaking Changes 🚨
DEFAULT_LOG_LEVEL renamed to DEFAULT_NOTIFICATION_LEVEL to distinguish it from the new LOG_LEVEL env var.

DEFAULT_NOTIFICATION_LEVEL controls what's sent to the MCP client; LOG_LEVEL controls what's written to console/file.

New env var: LOG_LEVEL controls server-side log output severity (debug, info, error). Defaults to info.