Skip to content

v1.1.5

Choose a tag to compare

@db-lyon db-lyon released this 02 Jul 18:02

v1.1.5

Adds first-class control for the lean context strategy introduced in 1.1.4.

Server

  • ue-mcp context command. ue-mcp context lean / ue-mcp context full sets the strategy in the project's ue-mcp.yml; ue-mcp context (or status) prints the current one. Resolves the project from an argument or the working directory, and reminds you to restart the MCP client to apply.
  • Init page. ue-mcp init gains a Context strategy page that toggles lean on or off, seeded from the current setting.

Internals

  • scripts/context-tax.mjs (npm run context-tax) benchmarks the two strategies by connecting to the built server over stdio in each mode and measuring the exact initialize + tools/list payload the client receives, reporting chars and tokens (exact via the Anthropic count_tokens endpoint when ANTHROPIC_API_KEY is set, otherwise an estimate).