v1.1.4
v1.1.4
Adds a lean context-seeding strategy for token-constrained clients.
Server
- Lean context strategy. New
context.strategyconfig (full|lean, defaultfull) plus aUE_MCP_CONTEXT_STRATEGYenv override.leankeeps 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 adescribeaction, and a newcatalogtool (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
catalogand per-categorydescribeare 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.