feat(tools): publish flow-backed MCP tools - #273
Merged
gbaudrit merged 1 commit intoSep 10, 2026
Merged
Conversation
gbaudrit
merged commit Sep 10, 2026
555cc0d
into
codex/256-composable-flow-orchestration
2 checks passed
gbaudrit
added a commit
that referenced
this pull request
Sep 11, 2026
* feat(flow): add generic Flow call authoring (#268) Closes #257. Contributes to #256. * feat(flow): invoke governed tools from graph steps (#269) * feat(flow): execute durable child flow runs (#271) * feat(flow): unify root flow submission (#260) * feat(tools): publish flow-backed MCP tools (#273) * feat(notifications): compose reusable delivery flows (#274) * feat(flow): expose causal run diagnostics (#275) * style(tests): format notification delivery helper * style: satisfy changed-file format checks
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
Publishes governed, workspace-scoped Flow-backed ToolDefinitions through the internal Agentstration MCP server and materializes them as ordinary assignable Tools. Closes #261. Parent: #256.
Changes
Validation
Breaking changes
None.