Release 0.5.2: incur 0.5.1 (patch re-cut, serveCli protocol green) - #103
Merged
Conversation
…tocol green) incur 0.5.1 still routes its MCP transport through the importModule indirection (dist/Mcp.js line 43), which bun's compile tracing cannot follow, so the patch is re-cut for 0.5.1 (rewriting the two @modelcontextprotocol/server[/stdio] specifiers as literal dynamic imports) rather than dropped. The bun-patch .bin symlink deletions carrying a local home path were trimmed by hand. serveCli protocol, run against the COMPILED binary (not the node dist): build + typecheck + lint + tests (574) green; the binary reports the injected version 0.5.2 (not 0.0.0-dev); --format yaml renders; and an --mcp initialize + tools/list handshake returns serverInfo + the tool list with no transport resolution error, which is the whole point of the patch. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Releases
@agent-score/pay0.5.2, taking incur 0.4.26 -> 0.5.1 (the one genuinely-behind coupled-set dep). incur 0.5.1 still routes its MCP transport through theimportModule = (specifier) => import(specifier)indirection that bun's compile tracing cannot follow, so the patch is re-cut for 0.5.1 (rewriting the two@modelcontextprotocol/server[/stdio]specifiers as literal dynamic imports) rather than dropped. The bun-patch.binsymlink deletions carrying a local home path were trimmed by hand.Type of change
Public API
None. No CLI commands, flags, or output shapes changed; incur's progressive tool discovery was already adopted.
Test plan
The serveCli protocol, run against the compiled binary (not the node dist, which can pass while the binary cannot resolve the transport):
bun run build/typecheck/lintclean; tests 574 passed.0.5.2(not0.0.0-dev).--format yamlrenders (the lazyyamlviacreateRequireresolves).--mcpinitialize+tools/listhandshake against the binary returnsserverInfo(version 0.5.2) and the tool list with no transport-resolution error, which is exactly what the patch exists to guarantee.Checklist