Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
# Model Context Protocol server, for using dope-plot from Claude / other AIs.
# Floored to 1.28.1: fixes CVE-2026-59950 and pulls patched starlette,
# python-multipart, pydantic-settings and cryptography transitively.
mcp = ["mcp>=1.28.1"]
mcp = ["mcp>=2.0.0"]

[project.scripts]
dope-plot = "dope_plot.cli:main"
Expand Down
Loading