Add sample: Unstructured Transform MCP (Strands + AgentCore Gateway) - #287
Add sample: Unstructured Transform MCP (Strands + AgentCore Gateway)#287dizon-u10d wants to merge 4 commits into
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Latest scan for commit: ✅ Security Scan Report (PR Files Only)Scanned Files
Security Scan Results
Threshold: High No security issues detected in your changes. Great job! This scan only covers files changed in this PR. |
|
Hi @mvangara10, following up on this sample (Strands agent + Transform MCP over streamable-http, plus an AgentCore Gateway guide). Ran the connection portion of |
|
@manoj-selvakumar5 following up if there's anything I should adjust. |
…transform_job, check_transform_status -> check_job_status, get_transform_results -> get_job_results) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Updated for the recent Transform MCP tool rename: |
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Small follow-up: corrected the tool count in main.py's docstring (server exposes 7 tools total now, this sample uses the 4 core pipeline ones). |
…er tools live Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Another round of tool-surface changes shipped upstream this week (file manager tool added), so I went further than a rename this time: rewrote the docs, notebook, and system/agent prompts to describe the pipeline by behavior (submit → poll → fetch) rather than hardcoding exact tool names, and lean on the toolset-discovery pattern already shown here to find the real names at connect time. Should hold up through future renames/additions without needing another update like this. |
Adds a sample under
python/03-integrate/protocols/unstructured-transform-mcp/showing a Strands agent connecting to the hosted Unstructured Transform MCP server overstreamable-http(bearer API-key auth) to run an asynchronous partition → enrich → chunk → embed pipeline through MCP tools.Includes:
main.py(MCPClient+streamablehttp_client),README.md,pyproject.toml,uv.lock,.env.exampleAGENTCORE_GATEWAY.md— federating Transform MCP through Amazon Bedrock AgentCore GatewayCloses #286
Docs: https://docs.unstructured.io/transform/overview · Get started: https://transform.unstructured.io/get-started
🤖 Generated with Claude Code