We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bf52c commit bd8763eCopy full SHA for bd8763e
src/mcp/cli/claude.py
@@ -11,7 +11,7 @@
11
12
logger = get_logger(__name__)
13
14
-MCP_PACKAGE = "mcp-python-sdk[cli]"
+MCP_PACKAGE = "mcp[cli]"
15
16
17
def get_claude_config_path() -> Path | None: # pragma: no cover
tests/cli/test_utils.py
@@ -56,14 +56,14 @@ def test_build_uv_command_adds_editable_and_packages():
56
"uv",
57
"run",
58
"--with",
59
- "mcp-python-sdk",
+ "mcp",
60
"--with-editable",
61
str(test_path), # Use str() to match what the function does
62
63
"package1",
64
65
"package2",
66
67
68
"foo.py",
69
]
0 commit comments