Skip to content

v0.3.1

Choose a tag to compare

@bpamiri bpamiri released this 18 Dec 15:39
· 15 commits to main since this release

What's New

v0.3.1 - Knowledge Discovery Improvements

  • Add get_all_knowledge tool for retrieving all saved knowledge in one call
  • Modify connect response to hint about available knowledge topics
  • Helps ensure Claude uses knowledge consistently across all clients (web, iOS, desktop)

v0.3.0 - Audit Logging

  • Add comprehensive audit logging for all MCP tool calls
  • Logs written as JSONL files for easy analysis
  • Configurable via U2_AUDIT_ENABLED, U2_AUDIT_PATH, etc.
  • Automatic redaction of sensitive parameters
  • See Configuration docs for details

Bug Fixes

  • Fix mypy type error in audit.py
  • Fix dictionary listing returning empty results (v0.2.3)
  • Fix garbled output from MultiValue delimiters (v0.2.2)