simple-dynamsoft-mcp 7.3.7 → 7.3.9

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.
@@ -18,8 +18,8 @@
18
18
  "branch": "main",
19
19
  "owner": "dynamsoft-docs",
20
20
  "repo": "barcode-reader-docs-mobile",
21
- "commit": "1f6757822dbdd2e2dbd8193515a703bad999d195",
22
- "archiveUrl": "https://codeload.github.com/dynamsoft-docs/barcode-reader-docs-mobile/zip/1f6757822dbdd2e2dbd8193515a703bad999d195"
21
+ "commit": "29e438ec4606119ae023320f16119a57dd3af067",
22
+ "archiveUrl": "https://codeload.github.com/dynamsoft-docs/barcode-reader-docs-mobile/zip/29e438ec4606119ae023320f16119a57dd3af067"
23
23
  },
24
24
  {
25
25
  "name": "data/documentation/barcode-reader-docs-server",
@@ -58,8 +58,8 @@
58
58
  "branch": "main",
59
59
  "owner": "dynamsoft-docs",
60
60
  "repo": "capture-vision-docs-mobile",
61
- "commit": "55448e9d8f7b238e0fa74185470b47f6d3092579",
62
- "archiveUrl": "https://codeload.github.com/dynamsoft-docs/capture-vision-docs-mobile/zip/55448e9d8f7b238e0fa74185470b47f6d3092579"
61
+ "commit": "3bfe68a2f685c08cb6d037ea1f6332595822f2d4",
62
+ "archiveUrl": "https://codeload.github.com/dynamsoft-docs/capture-vision-docs-mobile/zip/3bfe68a2f685c08cb6d037ea1f6332595822f2d4"
63
63
  },
64
64
  {
65
65
  "name": "data/documentation/capture-vision-docs-server",
@@ -198,8 +198,8 @@
198
198
  "branch": "main",
199
199
  "owner": "Dynamsoft",
200
200
  "repo": "barcode-reader-mobile-samples",
201
- "commit": "8876a6373ccf800c3f4369c6fcb96aabd705d999",
202
- "archiveUrl": "https://codeload.github.com/Dynamsoft/barcode-reader-mobile-samples/zip/8876a6373ccf800c3f4369c6fcb96aabd705d999"
201
+ "commit": "a8f5b298ec7402a2de84ab0bfa917f03c2537636",
202
+ "archiveUrl": "https://codeload.github.com/Dynamsoft/barcode-reader-mobile-samples/zip/a8f5b298ec7402a2de84ab0bfa917f03c2537636"
203
203
  },
204
204
  {
205
205
  "name": "data/samples/dynamsoft-barcode-reader-python",
@@ -288,8 +288,8 @@
288
288
  "branch": "main",
289
289
  "owner": "Dynamsoft",
290
290
  "repo": "capture-vision-mobile-samples",
291
- "commit": "d1232caf8738560ed11f911add57ad6b84c5531b",
292
- "archiveUrl": "https://codeload.github.com/Dynamsoft/capture-vision-mobile-samples/zip/d1232caf8738560ed11f911add57ad6b84c5531b"
291
+ "commit": "c4d05d63fa8d92dfe875a0b4bc5f8219056d2b7b",
292
+ "archiveUrl": "https://codeload.github.com/Dynamsoft/capture-vision-mobile-samples/zip/c4d05d63fa8d92dfe875a0b4bc5f8219056d2b7b"
293
293
  },
294
294
  {
295
295
  "name": "data/samples/dynamsoft-capture-vision-nodejs",
@@ -328,8 +328,8 @@
328
328
  "branch": "main",
329
329
  "owner": "Dynamsoft",
330
330
  "repo": "capture-vision-spm",
331
- "commit": "40b45edde33020d23e18a90e5ddc306ef7390ab7",
332
- "archiveUrl": "https://codeload.github.com/Dynamsoft/capture-vision-spm/zip/40b45edde33020d23e18a90e5ddc306ef7390ab7"
331
+ "commit": "aff21665d9c6f0dfccebb845e821aee227e567dc",
332
+ "archiveUrl": "https://codeload.github.com/Dynamsoft/capture-vision-spm/zip/aff21665d9c6f0dfccebb845e821aee227e567dc"
333
333
  },
334
334
  {
335
335
  "name": "data/samples/dynamsoft-document-viewer",
@@ -6,7 +6,7 @@
6
6
  "dbr-mobile": {
7
7
  "name": "Dynamsoft Barcode Reader Mobile SDK",
8
8
  "description": "Barcode scanning for mobile platforms (Android/iOS) using Dynamsoft Barcode Reader.",
9
- "version": "11.4.1100",
9
+ "version": "11.4.1200",
10
10
  "default_platform": "android",
11
11
  "default_api_level": "high-level",
12
12
  "snippet_path": "dynamsoft-barcode-reader",
@@ -372,7 +372,7 @@
372
372
  "dcv-mobile": {
373
373
  "name": "Dynamsoft Capture Vision Mobile SDK",
374
374
  "description": "Capture Vision workflows for mobile platforms including Android, iOS, Flutter, React Native, and .NET MAUI.",
375
- "version": "3.4.1100",
375
+ "version": "3.4.1200",
376
376
  "default_platform": "android",
377
377
  "snippet_path": "dynamsoft-capture-vision/mobile",
378
378
  "platforms": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-dynamsoft-mcp",
3
- "version": "7.3.7",
3
+ "version": "7.3.9",
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": {