Skip to content

Commit bd8763e

Browse files
update pkg name
1 parent c2bf52c commit bd8763e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/mcp/cli/claude.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
logger = get_logger(__name__)
1313

14-
MCP_PACKAGE = "mcp-python-sdk[cli]"
14+
MCP_PACKAGE = "mcp[cli]"
1515

1616

1717
def get_claude_config_path() -> Path | None: # pragma: no cover

tests/cli/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ def test_build_uv_command_adds_editable_and_packages():
5656
"uv",
5757
"run",
5858
"--with",
59-
"mcp-python-sdk",
59+
"mcp",
6060
"--with-editable",
6161
str(test_path), # Use str() to match what the function does
6262
"--with",
6363
"package1",
6464
"--with",
6565
"package2",
66-
"mcp-python-sdk",
66+
"mcp",
6767
"run",
6868
"foo.py",
6969
]

0 commit comments

Comments
 (0)