mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-04-27 15:07:41 +00:00
📝 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:
parent
30339b3573
commit
28ec14ff3f
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ Add Peekaboo to your Claude Desktop configuration:
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": [
|
"args": [
|
||||||
"-y",
|
"-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",
|
"command": "npx",
|
||||||
"args": [
|
"args": [
|
||||||
"-y",
|
"-y",
|
||||||
"@steipete/peekaboo-mcp@latest"
|
"@steipete/peekaboo-mcp@beta"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"AI_PROVIDERS": "[{\"type\":\"ollama\",\"baseUrl\":\"http://localhost:11434\",\"model\":\"llava\",\"enabled\":true}]",
|
"AI_PROVIDERS": "[{\"type\":\"ollama\",\"baseUrl\":\"http://localhost:11434\",\"model\":\"llava\",\"enabled\":true}]",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue