From 28ec14ff3f204acf9e95e925ab401d7c703bcdfe Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 23 May 2025 06:08:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20installation=20to=20use?= =?UTF-8?q?=20@beta=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we published as 1.0.0-alpha1 with beta tag, users should install using @beta instead of @latest --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea372b5..e3eb54f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Add Peekaboo to your Claude Desktop configuration: "command": "npx", "args": [ "-y", - "@steipete/peekaboo-mcp@latest" + "@steipete/peekaboo-mcp@beta" ] } } @@ -55,7 +55,7 @@ You can configure Peekaboo with environment variables in your Claude Desktop con "command": "npx", "args": [ "-y", - "@steipete/peekaboo-mcp@latest" + "@steipete/peekaboo-mcp@beta" ], "env": { "AI_PROVIDERS": "[{\"type\":\"ollama\",\"baseUrl\":\"http://localhost:11434\",\"model\":\"llava\",\"enabled\":true}]",