From 2637299f36fcb6430f8f6f552c5c4a10889a9bde Mon Sep 17 00:00:00 2001 From: Sunish Sheth Date: Tue, 8 Jul 2025 20:34:26 -0700 Subject: [PATCH] Updating mcp version to 1.10.0 to get the latest MCP spec --- examples/custom-server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-server/pyproject.toml b/examples/custom-server/pyproject.toml index 050cbdc..ccdae59 100644 --- a/examples/custom-server/pyproject.toml +++ b/examples/custom-server/pyproject.toml @@ -9,7 +9,7 @@ authors = [ requires-python = ">=3.11" dependencies = [ "fastapi>=0.115.12", - "mcp[cli]>=1.8.1", + "mcp[cli]>=1.10.0", "uvicorn>=0.34.2", ]