📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: apple-notes-search
|
||||
description: "Semantic + keyword search and connection-discovery across the user's own Apple Notes via the apple-notes MCP server. Use when the user wants to find, recall, or synthesize something from their notes, or surface non-obvious bridges/related notes. macOS, on-device."
|
||||
risk: safe
|
||||
risk: critical
|
||||
source: community
|
||||
source_repo: connerkward/mcp-apple-notes
|
||||
source_type: community
|
||||
@@ -11,6 +11,14 @@ tags: [apple-notes, search, mcp, macos, semantic-search, knowledge]
|
||||
tools: [claude-code]
|
||||
license: "MIT"
|
||||
license_source: "https://github.com/connerkward/mcp-apple-notes/blob/main/LICENSE"
|
||||
plugin:
|
||||
targets:
|
||||
codex: blocked
|
||||
claude: blocked
|
||||
setup:
|
||||
type: manual
|
||||
summary: "Requires third-party MCP setup and macOS Full Disk Access; keep out of plugin-safe bundles."
|
||||
docs: SKILL.md
|
||||
---
|
||||
|
||||
# Apple Notes search & connection-discovery
|
||||
@@ -50,7 +58,9 @@ Disk Access. Steps, in order:
|
||||
2. **Clone + install deps:**
|
||||
```bash
|
||||
git clone https://github.com/connerkward/mcp-apple-notes
|
||||
cd mcp-apple-notes && bun install
|
||||
cd mcp-apple-notes
|
||||
git checkout <reviewed-tag-or-commit>
|
||||
bun install
|
||||
```
|
||||
3. **Grant Full Disk Access to bun.** Run `which bun`, then open System Settings →
|
||||
Privacy & Security → Full Disk Access, click `+`, and add that exact `bun` binary
|
||||
|
||||
Reference in New Issue
Block a user