Skip to content

Commit d0404b1

Browse files
authored
fix: add mcp[ws] dependency for websocket support (#74)
1 parent 6d1fad5 commit d0404b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.10"
77
license = "MIT"
88
authors = [{ name = "Guillaume Raille", email = "[email protected]" }]
99
dependencies = [
10-
"mcp>=1.10.1",
10+
"mcp[ws]>=1.10.1",
1111
"jsonref>=1.1.0",
1212
"python-dotenv>=1.0.1",
1313
"pydantic>=2.10.6",

0 commit comments

Comments
 (0)