Skip to content

Commit 853725b

Browse files
update dependencies in pyproject.toml and uv.lock
1 parent 9666903 commit 853725b

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,16 @@ dependencies = [
3636
"pyjwt[crypto]>=2.10.1",
3737
"typing-extensions>=4.9.0",
3838
"typing-inspection>=0.4.1",
39+
"typer>=0.16.0",
40+
"python-dotenv>=1.0.0",
3941
]
4042

4143
[project.optional-dependencies]
4244
rich = ["rich>=13.9.4"]
43-
cli = ["typer>=0.16.0", "python-dotenv>=1.0.0"]
4445
ws = ["websockets>=15.0.1"]
4546

4647
[project.scripts]
47-
mcp = "mcp.cli:app [cli]"
48+
mcp = "mcp.cli:app"
4849

4950
[tool.uv]
5051
default-groups = ["dev", "docs"]

uv.lock

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

0 commit comments

Comments
 (0)