diff --git a/plugins/ui5/.mcp.json b/plugins/ui5/.mcp.json index 0a5d497..d75c8ad 100644 --- a/plugins/ui5/.mcp.json +++ b/plugins/ui5/.mcp.json @@ -2,7 +2,7 @@ "mcpServers": { "ui5-mcp-server": { "command": "npx", - "args": ["-y", "@ui5/mcp-server"] + "args": ["-y", "@ui5/mcp-server@latest"] } } }