We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6194d06 commit e65404aCopy full SHA for e65404a
src/mcp/cli/claude.py
@@ -87,7 +87,7 @@ def update_claude_config(
87
args = ["run"]
88
89
# Collect all packages in a set to deduplicate
90
- packages = {"fastmcp"}
+ packages = {"mcp"}
91
if with_packages:
92
packages.update(pkg for pkg in with_packages if pkg)
93
@@ -107,7 +107,7 @@ def update_claude_config(
107
file_spec = str(Path(file_spec).resolve())
108
109
# Add fastmcp run command
110
- args.extend(["fastmcp", "run", file_spec])
+ args.extend(["mcp", "run", file_spec])
111
112
server_config = {
113
"command": "uv",
0 commit comments