feat: add support for task-augmented MCP tools#357
Merged
zastrowm merged 4 commits intostrands-agents:mainfrom Jan 13, 2026
Merged
feat: add support for task-augmented MCP tools#357zastrowm merged 4 commits intostrands-agents:mainfrom
zastrowm merged 4 commits intostrands-agents:mainfrom
Conversation
571b06b to
a98af7e
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
zastrowm
previously approved these changes
Jan 13, 2026
Member
|
Rebasing off of main or merging in main might fix the workflow issues - #397 fixed that |
Implements basic support for task-augmented tool calls in MCP. This just swaps the callTool() invocation for callToolStream().
b7ab167 to
4e72ca8
Compare
Contributor
Author
|
Oops, type error is related to a strictness issue tied to the latest SDK version, will fix that. |
Contributor
Author
|
Fixed some of the errors and suppressed the last one: modelcontextprotocol/typescript-sdk#1314 |
8 tasks
zastrowm
approved these changes
Jan 13, 2026
Merged
via the queue into
strands-agents:main
with commit Jan 13, 2026
603bb24
10 of 11 checks passed
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.
Implements basic support for task-augmented tool calls in MCP. This just swaps the
callTool()invocation forcallToolStream(). It has not yet been determined if this should be gated by an option or not.Description
Swaps the
callTool()invocation forcallToolStream()to support using task-augmented tools.Related Issues
#356
Documentation PR
N/A (unless we decide to put this under an option)
Type of Change
New feature
Testing
How have you tested the change?
npm run checkAlso spot-checked against https://github.com/LucaButBoring/simple-tasks-test.
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.