simple-dynamsoft-mcp 7.3.13 → 7.3.14

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.
@@ -8,8 +8,8 @@
8
8
  "branch": "main",
9
9
  "owner": "dynamsoft-docs",
10
10
  "repo": "barcode-reader-docs-js",
11
- "commit": "6a2005129acec91a0068e93d94fe15f5a6240299",
12
- "archiveUrl": "https://codeload.github.com/dynamsoft-docs/barcode-reader-docs-js/zip/6a2005129acec91a0068e93d94fe15f5a6240299"
11
+ "commit": "5945c33b6661ffbe6f2a762c421daf7a4fe17e4f",
12
+ "archiveUrl": "https://codeload.github.com/dynamsoft-docs/barcode-reader-docs-js/zip/5945c33b6661ffbe6f2a762c421daf7a4fe17e4f"
13
13
  },
14
14
  {
15
15
  "name": "data/documentation/barcode-reader-docs-mobile",
@@ -48,8 +48,8 @@
48
48
  "branch": "main",
49
49
  "owner": "dynamsoft-docs",
50
50
  "repo": "capture-vision-docs-js",
51
- "commit": "8b9acb50d520788311a328e90f20488999d22382",
52
- "archiveUrl": "https://codeload.github.com/dynamsoft-docs/capture-vision-docs-js/zip/8b9acb50d520788311a328e90f20488999d22382"
51
+ "commit": "3d0ae04c3727fd90a9126e2613b613b946b03a46",
52
+ "archiveUrl": "https://codeload.github.com/dynamsoft-docs/capture-vision-docs-js/zip/3d0ae04c3727fd90a9126e2613b613b946b03a46"
53
53
  },
54
54
  {
55
55
  "name": "data/documentation/capture-vision-docs-mobile",
@@ -78,8 +78,8 @@
78
78
  "branch": "main",
79
79
  "owner": "dynamsoft-docs",
80
80
  "repo": "document-viewer-docs",
81
- "commit": "b187c4d36884df285d02dfb977e450e53f097d51",
82
- "archiveUrl": "https://codeload.github.com/dynamsoft-docs/document-viewer-docs/zip/b187c4d36884df285d02dfb977e450e53f097d51"
81
+ "commit": "6cce16d27771eedfd45fe28a56d41f0905c2f900",
82
+ "archiveUrl": "https://codeload.github.com/dynamsoft-docs/document-viewer-docs/zip/6cce16d27771eedfd45fe28a56d41f0905c2f900"
83
83
  },
84
84
  {
85
85
  "name": "data/documentation/mobile-document-scanner-docs-js",
@@ -138,8 +138,8 @@
138
138
  "branch": "main",
139
139
  "owner": "Dynamsoft",
140
140
  "repo": "barcode-reader-javascript-samples",
141
- "commit": "deb6320704e324073cd0cb5d6edb8064ce130726",
142
- "archiveUrl": "https://codeload.github.com/Dynamsoft/barcode-reader-javascript-samples/zip/deb6320704e324073cd0cb5d6edb8064ce130726"
141
+ "commit": "6b679fa4b53af22ae1761bf93f8c22579c926960",
142
+ "archiveUrl": "https://codeload.github.com/Dynamsoft/barcode-reader-javascript-samples/zip/6b679fa4b53af22ae1761bf93f8c22579c926960"
143
143
  },
144
144
  {
145
145
  "name": "data/samples/dynamsoft-barcode-reader-c-cpp",
@@ -228,7 +228,7 @@
228
228
  "dbr-web": {
229
229
  "name": "Dynamsoft Barcode Reader JavaScript SDK",
230
230
  "description": "Barcode scanning for web applications using JavaScript/TypeScript.",
231
- "version": "11.2.4000",
231
+ "version": "11.4.2000",
232
232
  "default_platform": "web",
233
233
  "snippet_path": "dynamsoft-barcode-reader/web",
234
234
  "platforms": {
@@ -347,7 +347,7 @@
347
347
  "dcv-web": {
348
348
  "name": "Dynamsoft Capture Vision JavaScript SDK",
349
349
  "description": "Capture Vision workflows for JavaScript web apps, including VIN and MRZ processing scenarios.",
350
- "version": "3.2.5000",
350
+ "version": "3.4.2000",
351
351
  "default_platform": "web",
352
352
  "snippet_path": "dynamsoft-capture-vision/web",
353
353
  "platforms": {
@@ -492,7 +492,7 @@
492
492
  "ddv": {
493
493
  "name": "Dynamsoft Document Viewer",
494
494
  "description": "Browser-based JavaScript SDK for viewing, editing, and annotating documents (PDFs and images).",
495
- "version": "3.2.1",
495
+ "version": "4.0",
496
496
  "default_platform": "web",
497
497
  "snippet_path": "dynamsoft-document-viewer",
498
498
  "api_docs": "ddv-api-docs.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-dynamsoft-mcp",
3
- "version": "7.3.13",
3
+ "version": "7.3.14",
4
4
  "description": "MCP server for Dynamsoft SDKs - Capture Vision, Barcode Reader (Mobile/Python/Web), Dynamic Web TWAIN, and Document Viewer. Provides documentation, code snippets, and API guidance.",
5
5
  "license": "MIT",
6
6
  "repository": {