@ankimcp/anki-mcp-server 0.8.2 → 0.8.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ankimcp/anki-mcp-server",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.4",
|
|
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,
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"inspector:http": "./node_modules/.bin/mcp-inspector --config mcp-inspector-config.json --server http-server",
|
|
37
37
|
"sync-version": "node scripts/sync-version.js",
|
|
38
38
|
"mcpb:clean": "rm -f *.mcpb",
|
|
39
|
-
"mcpb:bundle": "npm run sync-version && npm run mcpb:clean && npm run build && mcpb pack . \"
|
|
39
|
+
"mcpb:bundle": "npm run sync-version && npm run mcpb:clean && npm run build && mcpb pack . \"anki-mcp-server-$npm_package_version.mcpb\"",
|
|
40
40
|
"pack:local": "rm -f *.tgz && npm run build && npm pack",
|
|
41
|
-
"install:local": "npm install -g
|
|
41
|
+
"install:local": "npm install -g ./ankimcp-anki-mcp-server-*.tgz",
|
|
42
42
|
"uninstall:local": "npm uninstall -g @ankimcp/anki-mcp-server",
|
|
43
43
|
"prepare": "husky"
|
|
44
44
|
},
|