Skip to content

Commit e51dfa9

Browse files
update pkg name
1 parent bd8763e commit e51dfa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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-python-sdk = "mcp-python-sdk.cli:app"
45+
mcp = "mcp-python-sdk.cli:app"
4646

4747
[tool.uv]
4848
default-groups = ["dev", "docs"]

src/mcp/cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _build_uv_command(
7070
"""Build the uv run command that runs an MCP server through mcp run."""
7171
cmd = ["uv"]
7272

73-
cmd.extend(["run", "--with", "mcp-python-sdk"])
73+
cmd.extend(["run", "--with", "mcp"])
7474

7575
if with_editable:
7676
cmd.extend(["--with-editable", str(with_editable)])

0 commit comments

Comments
 (0)