feat(mcp): expose existing queued message commands - #10555
Merged
juliusmarminge merged 2 commits intoSep 7, 2026
Conversation
Contributor
ApprovabilityVerdict: Not approved Macroscope's review found this PR not approvable — This PR adds six production MCP queue tools, including destructive mutations, and expands Claude's default read-only tool allowlist. The integration coverage is useful but does not fully exercise the new handler command and failure paths. No code changes detected at You can add or adjust custom eligibility rules. Learn more. |
Contributor
Thread transfer impact
This comment will update automatically after the next completed run. |
juliusmarminge
force-pushed
the
agents/mcp-thin/queue
branch
from
September 7, 2026 20:39
90adc5c to
8405bc1
Compare
juliusmarminge
force-pushed
the
agents/mcp-thin/queue
branch
from
September 7, 2026 20:40
8405bc1 to
7e791b7
Compare
juliusmarminge
force-pushed
the
agents/mcp-thin/queue
branch
from
September 7, 2026 20:48
7e791b7 to
4336da8
Compare
juliusmarminge
force-pushed
the
agents/mcp-thin/queue
branch
from
September 7, 2026 20:55
4336da8 to
0a74c93
Compare
juliusmarminge
added a commit
that referenced
this pull request
Sep 8, 2026
juliusmarminge
added a commit
that referenced
this pull request
Sep 8, 2026
juliusmarminge
added a commit
that referenced
this pull request
Sep 8, 2026
juliusmarminge
added a commit
that referenced
this pull request
Sep 9, 2026
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.
Part 5/16 of the shared-core and MCP stack. Based on #10554. Next: #10556.
Expose queued message list/read/edit/cancel/reorder/promote through ThreadManagementService and the existing queue commands.
Output text is bounded by Unicode code points. Paging is a live offset. Queue ordering, dispatch and replay semantics remain in the existing services.
MCP-only rebuild of #8699, preserving attribution to Julius Marminge's original work. Original branches remain available for separate service follow-ups.
Validation: The composed stack passes 94 tests across 12 focused files, including shared core MCP and real MCP/V2 integration, attachment intake, project RPC/service contracts, and client model command selection. Server/contracts/shared/client-runtime typechecks and targeted format/lint/diff checks pass. New behavior coverage lives with the shared operation; no per-tool mock suite was added. Current-head CI is shown below.
Layer size: 6 files, +191/-6. No domain-service production implementation or documentation files change in this MCP layer.
Prepared with Codex in the OpenAI agent runtime.
Note
Expose six queued-message MCP tools in
ThreadToolkitt3_queue_list,t3_queue_read,t3_queue_edit,t3_queue_cancel,t3_queue_reorder, andt3_queue_promote_to_steerMCP tools for managing queued thread runsArray.fromt3_queue_listandt3_queue_readinCLAUDE_READ_ONLY_T3_MCP_ALLOWED_TOOLSand adds display names in the shared presentation registryqueueEntryhelper in handlers.ts returnsundefinedfor non-queued or unmatched runs, causingt3_queue_readto returninvalid_request— callers passing a run ID that is not currently queued will see this failureMacroscope summarized 0a74c93.