fix: add missing MCPClient/streamablehttp_client imports; fix EXECUTION_ROLE_ARN to actual AgentCore role

This commit is contained in:
daniel
2026-05-15 09:14:33 -05:00
parent 88ed337938
commit add8c6c988
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ Entrypoint for AgentCore CodeZip deployment.
"""
import os
from strands import Agent, tool
from strands.tools.mcp import MCPClient
from mcp.client.streamable_http import streamablehttp_client
from strands.models import BedrockModel
from bedrock_agentcore.runtime import BedrockAgentCoreApp