1
0
mirror of synced 2026-05-22 22:53:35 +00:00

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:
Tejas Dastane
2025-08-20 11:21:43 -07:00
committed by GitHub
parent 2250878687
commit e088a12491
+2 -1
View File
@@ -15,4 +15,5 @@ ipython
ipykernel
pandas
jupyterlab
openpyxl
openpyxl
mcp>=1.9.0