doc: uvx not npx (#4240)

This commit is contained in:
Michael Neale
2025-08-22 00:03:44 +10:00
committed by GitHub
parent e86c7ddb19
commit ff5814f779
+3 -3
View File
@@ -54,9 +54,9 @@
"id": "blender-mcp", "id": "blender-mcp",
"name": "Blender", "name": "Blender",
"description": "3D modeling and animation integration", "description": "3D modeling and animation integration",
"command": "npx -y blender-mcp", "command": "uvx blender-mcp",
"link": "https://github.com/ahujasid/blender-mcp", "link": "https://github.com/ahujasid/blender-mcp",
"installation_notes": "Install using npx package manager.", "installation_notes": "Install using uvx package manager.",
"is_builtin": false, "is_builtin": false,
"endorsed": false, "endorsed": false,
"environmentVariables": [] "environmentVariables": []
@@ -625,4 +625,4 @@
"endorsed": false, "endorsed": false,
"environmentVariables": [] "environmentVariables": []
} }
] ]