Skip to content

v1.1.4

Choose a tag to compare

@db-lyon db-lyon released this 02 Jul 17:26

v1.1.4

Adds a lean context-seeding strategy for token-constrained clients.

Server

  • Lean context strategy. New context.strategy config (full | lean, default full) plus a UE_MCP_CONTEXT_STRATEGY env override. lean keeps the same 22 typed category tools and their validated action enums but trims the init payload: each tool description collapses to a one-line summary, the server instructions switch to a compact variant, every category gains a describe action, and a new catalog tool (search / describe / list_categories) finds any action across every category on demand. Unknown actions are still rejected up front.

Internals

  • The lean transform runs after plugin and Epic enrichment so the catalog covers injected actions, and before the flow registry so catalog and per-category describe are dispatchable and advertised.
  • Removes the relay daemon introduced in 1.1.3: in this architecture the stdio server is already external and reconnects cheaply, so the daemon added a background process and an extra hop without a matching payoff.