@amenopohis1er/mynotes-mcp 0.1.0 → 0.1.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/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ The companion versions independently of the My Notes extension; the bridge
4
4
  protocol has its own version (`v: 1` in every frame). Compatibility notes
5
5
  appear here whenever either side moves.
6
6
 
7
+ ## 0.1.1 — 2026-07-03
8
+
9
+ - README/link fixes for the npm page: the source repo is private, so the
10
+ dead repo/design-doc references are gone; the published package itself is
11
+ the inspectable artifact (Code tab). Issues → mynotes.amenophis.dev/contact.
12
+ - No code changes.
13
+
7
14
  ## 0.1.0 — 2026-07-03
8
15
 
9
16
  First release. Requires My Notes ≥ 0.5.0 (bridge protocol v1).
package/README.md CHANGED
@@ -4,6 +4,7 @@ MCP companion for the [My Notes](https://mynotes.amenophis.dev) Chrome
4
4
  extension — lets local AI agents (Claude Code, or any MCP client) search,
5
5
  read, and add to your notes. **Local-only**: no servers, no network; every
6
6
  byte stays on your machine, flowing Chrome ↔ this process ↔ your agent.
7
+ Every line of the published package is inspectable in the **Code** tab above.
7
8
 
8
9
  ## Setup
9
10
 
@@ -40,4 +41,4 @@ notes your agent should see. If it's on in several, the first to connect
40
41
  wins and the others wait — flip the toggle off in the profiles you don't
41
42
  want exposed.
42
43
 
43
- Design & protocol: [`companion/DESIGN.md`](./DESIGN.md) in the repo.
44
+ Questions or issues: https://mynotes.amenophis.dev/contact
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amenopohis1er/mynotes-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP companion for the My Notes Chrome extension \u2014 lets local AI agents search, read, and add to your notes. Local-only: no servers, no network.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -22,7 +22,7 @@
22
22
  "directory": "companion"
23
23
  },
24
24
  "bugs": {
25
- "url": "https://github.com/amenophis1er/chrome-extension-my-notes/issues"
25
+ "url": "https://mynotes.amenophis.dev/contact"
26
26
  },
27
27
  "type": "module",
28
28
  "bin": {