yade-mcp v0.2.0
What's New
User Console Context Awareness
Every MCP tool response now automatically includes recent user activity from the YADE interactive console. This enables LLMs to understand what the user is doing in real-time and provide more contextual assistance.
build_ok()is now async and injects_context.user_consoleinto all tool responses- Bridge client gains
consume_console_history()method with cursor-based delivery - Context is only included when there are new entries — zero overhead otherwise
Breaking Changes
build_ok()incontracts.pyis nowasync— all tool implementations mustawaitit