What's wrong with this entry?
Anonymous. No account, no email.
Enhanced MCP Integration
- Improved MCP server connection handling with better error reporting
- Added connection timeout configuration (5 seconds default)
- MCP tools and prompts now have an
isMcp: trueproperty for better identification - Better separation of MCP client state management
Logging Infrastructure
- New
baseLogs()function added to the logging system for accessing the base log directory - Enhanced MCP-specific logging with dedicated log files per server
Memory Management
- Added telemetry events for memory undo operations:
tengu_memory_undo_attempt- Tracks when undo is attemptedtengu_memory_undo_success- Tracks successful undo operationstengu_memory_undo_failure- Tracks failed undo operations