@disco_trooper/apple-notes-mcp 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,6 +19,14 @@ MCP server for Apple Notes with semantic search and CRUD operations. Claude sear
|
|
|
19
19
|
|
|
20
20
|
## Installation
|
|
21
21
|
|
|
22
|
+
### npm (recommended)
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
npm install -g @disco_trooper/apple-notes-mcp
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
### From source
|
|
29
|
+
|
|
22
30
|
```bash
|
|
23
31
|
git clone https://github.com/disco-trooper/apple-notes-mcp.git
|
|
24
32
|
cd apple-notes-mcp
|