feat(mcp): expose scheduled task run-now - #10562
Merged
juliusmarminge merged 1 commit intoSep 7, 2026
Merged
Conversation
This was referenced Sep 7, 2026
Contributor
ApprovabilityVerdict: Not approved Macroscope's review found this PR not approvable — This PR adds a new destructive MCP operation that can dispatch scheduled-task provider work and update durable run bookkeeping. Although access is bounded and existing scheduler logic is reused, the new user-facing production workflow has material side effects and warrants human review. 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/scheduled-tasks
branch
from
September 7, 2026 19:44
97d1493 to
c43f14e
Compare
juliusmarminge
force-pushed
the
agents/mcp-thin/scheduled-tasks
branch
from
September 7, 2026 20:39
c43f14e to
fae4158
Compare
juliusmarminge
force-pushed
the
agents/mcp-thin/scheduled-tasks
branch
2 times, most recently
from
September 7, 2026 20:48
5345006 to
47b90f0
Compare
juliusmarminge
force-pushed
the
agents/mcp-thin/scheduled-tasks
branch
from
September 7, 2026 20:55
47b90f0 to
06de990
Compare
juliusmarminge
merged commit Sep 7, 2026
f7eb40c
into
t3code/codex-turn-mapping
43 of 54 checks passed
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
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 12/16 of the shared-core and MCP stack. Based on #10561. Next: #10563.
Expose ScheduledTaskService.runNow for tasks in the calling project, using the existing manual-run execution and bookkeeping.
Requires a full-access/default caller. Each call is a new manual run, not an idempotent retry. Returned bookkeeping is not provider turn completion; durable keyed retries and scheduler hardening are separate.
MCP-only rebuild of #8731, 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: 3 files, +54/-0. No domain-service production implementation or documentation files change in this MCP layer.
Prepared with Codex in the OpenAI agent runtime.