Skip to content

Commit c88924f

Browse files
update project name to mcp-python-sdk
1 parent b1932df commit c88924f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
rich = ["rich>=13.9.4"]
4343

4444
[project.scripts]
45-
mcp = "mcp.cli:app"
45+
mcp-python-sdk = "mcp.cli:app"
4646

4747
[tool.uv]
4848
default-groups = ["dev", "docs"]
@@ -143,7 +143,7 @@ max-statements = 102 # Default is 50
143143
members = ["examples/clients/*", "examples/servers/*", "examples/snippets"]
144144

145145
[tool.uv.sources]
146-
mcp = { workspace = true }
146+
mcp-python-sdk = { workspace = true }
147147

148148
[tool.pytest.ini_options]
149149
log_cli = true

0 commit comments

Comments
 (0)