Set baseline mcp client version to 1.9.0 (#267)
Notes: - AgentCore Gateway today only supports MCP Protocol version 2025-03-26. - MCP protocol version support only starts after mcp>=1.9.0 so adding it as a requirement. Testing: - Created new venv and installed all requirements according to requirements.txt - Started the MCP S3 agentcore gateway notebook and it was able to run successfully. Co-authored-by: Tejas Dastane <tdastan@amazon.com>
This commit is contained in:
+2
-1
@@ -15,4 +15,5 @@ ipython
|
||||
ipykernel
|
||||
pandas
|
||||
jupyterlab
|
||||
openpyxl
|
||||
openpyxl
|
||||
mcp>=1.9.0
|
||||
Reference in New Issue
Block a user