@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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@disco_trooper/apple-notes-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server for Apple Notes with semantic search and CRUD operations",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",