Under the hood
Useful1 Signal0
Long MCP server instructions are still trimmed the same way, just through shared code now.
What's wrong with this entry?
Anonymous. No account, no email.
What
The inline truncation of long MCP server instructions was replaced by a shared helper, with no intended change to connect behaviour.
Details
- The helper applies the same length limit and suffix, and only logs the truncation when a server name is supplied.
- Tool-listing bookkeeping switched from a WeakMap of started/applied counters to a dedicated helper plus a module-level
{ last: void 0 }record.
Evidence
… [truncated], mcp_connect_complete
Strings lifted out of the shipped bundle, so the claim above can be checked against them.