apple-notes-mcp 2.7.3 → 2.7.4

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1052,9 +1052,9 @@ If installed from source, use this configuration:
1052
1052
 
1053
1053
  This repo ships a `.mcp.json` at its root so that, when you run `claude` from inside a clone, the server is registered automatically as a **project-scope** server — no manual config needed. Just launch Claude Code from the repo directory and approve the server when prompted (the bundled `build/index.js` is committed, so no build step is required).
1054
1054
 
1055
- The entrypoint is written as:
1055
+ The entrypoint is written as (an excerpt of that file, not a whole config):
1056
1056
 
1057
- ```json
1057
+ ```text
1058
1058
  "args": ["${CLAUDE_PROJECT_DIR:-.}/build/index.js"]
1059
1059
  ```
1060
1060
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apple-notes-mcp",
3
- "version": "2.7.3",
3
+ "version": "2.7.4",
4
4
  "description": "MCP server for Apple Notes - create, search, update, and manage notes via Claude and other AI assistants",
5
5
  "type": "module",
6
6
  "main": "build/index.js",