From 026f88702213e8aa36547113dafb319ddbce0e12 Mon Sep 17 00:00:00 2001 From: Edison-A-N Date: Sat, 11 Oct 2025 16:40:26 +0800 Subject: [PATCH] fix: add mcp[ws] dependency for websocket support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07a0934..e9a30e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.10" license = "MIT" authors = [{ name = "Guillaume Raille", email = "guillaume.raille@gmail.com" }] dependencies = [ - "mcp>=1.10.1", + "mcp[ws]>=1.10.1", "jsonref>=1.1.0", "python-dotenv>=1.0.1", "pydantic>=2.10.6",