📝 Update installation to use @beta tag

Since we published as 1.0.0-alpha1 with beta tag, users should install using @beta instead of @latest
This commit is contained in:
Peter Steinberger 2025-05-23 06:08:13 +02:00
parent 30339b3573
commit 28ec14ff3f

View file

@ -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}]",