Skip to content

Commit 78c6aef

Browse files
committed
Add optional redis dep
1 parent d625782 commit 78c6aef

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies = [
3636
rich = ["rich>=13.9.4"]
3737
cli = ["typer>=0.12.4", "python-dotenv>=1.0.0"]
3838
ws = ["websockets>=15.0.1"]
39+
redis = ["redis>=5.0.0"]
3940

4041
[project.scripts]
4142
mcp = "mcp.cli:app [cli]"

uv.lock

Lines changed: 26 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)