anki-mcp-http 0.5.0 → 0.6.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anki-mcp-http",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "Model Context Protocol server for Anki - enables AI assistants to interact with your Anki flashcards",
5
5
  "author": "Anatoly Tarnavsky",
6
6
  "private": false,
@@ -52,7 +52,10 @@
52
52
  "pino": "^10.0.0",
53
53
  "pino-pretty": "^13.1.1",
54
54
  "reflect-metadata": "^0.2.2",
55
+ "remark-parse": "^11.0.0",
55
56
  "rxjs": "^7.8.2",
57
+ "unified": "^11.0.5",
58
+ "unist-util-visit": "^5.0.0",
56
59
  "update-notifier": "^7.3.1",
57
60
  "zod": "^3.25.76"
58
61
  },
@@ -123,7 +126,7 @@
123
126
  "^@test/(.*)$": "<rootDir>/test/$1"
124
127
  },
125
128
  "transformIgnorePatterns": [
126
- "node_modules/(?!(ky)/)"
129
+ "node_modules/(?!(ky|unified|remark-parse|unist-util-visit|mdast-util-to-string|micromark.*|decode-named-character-reference|character-entities|unist-.*|vfile.*|bail|is-plain-obj|trough|devlop|mdast.*|hast.*)/)"
127
130
  ],
128
131
  "forceExit": true
129
132
  },