MCP Feature Branch#170
Merged
DavidSouther merged 20 commits intomainfrom Jun 3, 2025
Merged
Conversation
Co-authored-by: David Souther <david.souther+github@gmail.com>
Co-authored-by: Anirudh Yellanki <syellank@amazon.com>
Co-authored-by: David Souther <david.souther+github@gmail.com>
…turn that type (#175) * MCP Client wrapper * Adding a ToolInvocationResult type, and updating the invokeTool to return that type * Using Result from jiffies instread of a new interface --------- Co-authored-by: Anirudh Yellanki <syellank@amazon.com>
--------- Co-authored-by: Sean Bochman <sbochman@amazon.com>
* Add mcp experiment. * Add js v2 s3 example to mcp experiment. * Add go v1 ec2 example to mcp experiment.
Co-authored-by: Anirudh Yellanki <syellank@amazon.com>
* Mock MCP server unit test passes * MCP server mock and all tests pass! --------- Co-authored-by: David Souther <david.souther+github@gmail.com>
* Infinite loop with bedrock engine requests. * Clean up bits and consolidate converseBuilder to return a ConverseStreamCommand * Align Bedrock Converse Builder * Better handle writer stream closing --------- Co-authored-by: David Souther <david.souther+github@gmail.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.
Add MCP support to Ailly, primarily tool use.
Fixes #163