feat(mcpl): expose manifest freshness in server status - #87
Merged
antra-tess merged 1 commit intoAug 6, 2026
Merged
Conversation
antra-tess
pushed a commit
that referenced
this pull request
Aug 6, 2026
Carries today's merged work: #91 oversized tool-result spill completion, #94 durable resident-owned inline cap (hard-clamped to the strategy bound), #88 refusal-reaction baseline export, #86 removal of the dead context/afterInference surface, #87 MCPL manifest freshness, #98 physical-window projection for continuation rounds. Minor (not patch) because 0.x puts breaking changes in the minor and this release both removes a public method from an exported class (McplServerConnection.sendAfterInference, #86) and changes fleet default behavior (tool results now spill at 5000 chars by default, #91). Dependency floors raised to fix a build that only worked against local symlinks: - chronicle ^0.3.0 — context-manager 0.6.3 requires ^0.3.0, so ^0.2.2 installed TWO chronicles and AF handed a 0.2.x JsStore to APIs wanting the 0.3.x one. Single copy now. - membrane ^0.5.78 — AF consumes the 'retrying' yielding-stream event, which existed only in unpublished membrane commits until 0.5.78. DEPLOY NOTE: chronicle 0.3.0 open-writes a store format 0.2.x cannot reopen. Take cold backups before upgrading any residence. Verified against the real published packages (not local symlinks): single chronicle 0.3.0, cm 0.6.3, membrane 0.5.78; tsc clean; build clean; 539 tests, 538 pass, 0 fail, 1 skipped. Co-Authored-By: Claude Opus 5 <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
manifestStatethroughlistMcplServers()This is the framework half of the narrow post-#84 manifest-freshness legibility follow-up. The Host companion will render these facts without adding retained state.
Testing
npm exec -- tsx --test test/mcpl-list-status.test.ts(2/2 pass)git diff --checknpm run buildis currently red on an untouched detachedorigin/maincheckout with the same pre-existing ChronicleJsStoreversion split and Membraneretryingevent type errors; this patch does not touch those paths.