Support retry for MCP tool resolution#170
Open
paul-cayet wants to merge 2 commits into
Open
Conversation
7ac0896 to
8a7cd74
Compare
Contributor
|
Internal regression failed: Build ID #911 |
8a7cd74 to
9006d84
Compare
Contributor
|
Internal regression failed: Build ID #920 |
sonleoracle
approved these changes
Jun 11, 2026
cesarebernardis
approved these changes
Jun 12, 2026
176ecbc to
b8af16b
Compare
b8af16b to
2efff04
Compare
Contributor
|
Internal regression failed: Build ID #924 |
Contributor
|
Internal regression succeeded 🍏: Build ID #925 |
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.
#161
Adds optional retry_policy support to MCPTool and MCPToolBox so clients can retry transient MCP tool resolution and execution failures.
This keeps the default behavior unchanged: no retry is performed unless a retry policy is explicitly configured. Missing-tool retries during list_tools() resolution only apply when WayFlow knows which tools are expected, such as through tool_filter or direct MCPTool(name=...).
Changes include: