v1.1.5
v1.1.5
Adds first-class control for the lean context strategy introduced in 1.1.4.
Server
ue-mcp contextcommand.ue-mcp context lean/ue-mcp context fullsets the strategy in the project'sue-mcp.yml;ue-mcp context(orstatus) 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 initgains 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 whenANTHROPIC_API_KEYis set, otherwise an estimate).