Skip to content

yade-mcp v0.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 16:49
· 119 commits to master since this release

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_console into 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() in contracts.py is now async — all tool implementations must await it

Full Changelog

v0.1.7...v0.2.0