Skip to content

Commit ef382ce

Browse files
committed
Correct pyproject.toml for example
1 parent bfd665c commit ef382ce

File tree

2 files changed

+32
-8
lines changed

2 files changed

+32
-8
lines changed

examples/clients/simple-streamable-private-gateway/pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
]
1717
dependencies = [
1818
"click>=8.2.0",
19-
"mcp>=1.0.0",
19+
"mcp",
2020
]
2121

2222
[project.scripts]
@@ -44,9 +44,3 @@ target-version = "py310"
4444

4545
[tool.uv]
4646
dev-dependencies = ["pyright>=1.1.379", "pytest>=8.3.3", "ruff>=0.6.9"]
47-
48-
[tool.uv.sources]
49-
mcp = { path = "../../../" }
50-
51-
[[tool.uv.index]]
52-
url = "https://pypi.org/simple"

uv.lock

Lines changed: 31 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)