mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-03-25 09:25:47 +00:00
Fix macOS version requirement documentation
- Update to macOS 15.0+ (Sequoia) to match Package.swift - Fix incorrect version in CHANGELOG.md - Update README badges and requirements section 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
0bec93e364
commit
1095f488ea
3 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ Peekaboo MCP is now production-ready! This release marks the culmination of exte
|
|||
- Robust permission handling for Screen Recording and Accessibility
|
||||
|
||||
### Requirements
|
||||
- macOS 13.0 or later
|
||||
- macOS 15.0 or later (Sequoia)
|
||||
- Node.js 18 or later
|
||||
- Screen Recording permission (for capture features)
|
||||
- Accessibility permission (optional, for foreground window detection)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
[](https://www.npmjs.com/package/@steipete/peekaboo-mcp)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://www.apple.com/macos/)
|
||||
[](https://www.apple.com/macos/)
|
||||
[](https://nodejs.org/)
|
||||
|
||||
Peekaboo is a macOS-only MCP server that enables AI agents to capture screenshots of applications, windows, or the entire system, with optional visual question answering through local or remote AI models.
|
||||
|
|
@ -33,7 +33,7 @@ Read more about the design philosophy and implementation details in the [blog po
|
|||
|
||||
### Requirements
|
||||
|
||||
- **macOS 14.0+** (Sonoma or later)
|
||||
- **macOS 15.0+** (Sequoia or later)
|
||||
- **Node.js 20.0+**
|
||||
- **Screen Recording Permission** (you'll be prompted on first use)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// This file is auto-generated by the build script. Do not edit manually.
|
||||
enum Version {
|
||||
static let current = "1.0.0-beta.25"
|
||||
static let current = "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue