From ff5814f779328fcdfdffb9da667c06ee064c50c7 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Fri, 22 Aug 2025 00:03:44 +1000 Subject: [PATCH] doc: uvx not npx (#4240) --- documentation/static/servers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/static/servers.json b/documentation/static/servers.json index 5c3c0b7551..8e62f83023 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -54,9 +54,9 @@ "id": "blender-mcp", "name": "Blender", "description": "3D modeling and animation integration", - "command": "npx -y blender-mcp", + "command": "uvx 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, "endorsed": false, "environmentVariables": [] @@ -625,4 +625,4 @@ "endorsed": false, "environmentVariables": [] } -] +] \ No newline at end of file