simple-dynamsoft-mcp 7.3.6 → 7.3.7

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": "bc2ebc29c0c3ae32f60aa7bf9233336f7a293668",
22
- "archiveUrl": "https://codeload.github.com/dynamsoft-docs/barcode-reader-docs-mobile/zip/bc2ebc29c0c3ae32f60aa7bf9233336f7a293668"
21
+ "commit": "1f6757822dbdd2e2dbd8193515a703bad999d195",
22
+ "archiveUrl": "https://codeload.github.com/dynamsoft-docs/barcode-reader-docs-mobile/zip/1f6757822dbdd2e2dbd8193515a703bad999d195"
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": "baab898ab1ddb18b1a0f6337c4b75bbc1cce3037",
62
- "archiveUrl": "https://codeload.github.com/dynamsoft-docs/capture-vision-docs-mobile/zip/baab898ab1ddb18b1a0f6337c4b75bbc1cce3037"
61
+ "commit": "55448e9d8f7b238e0fa74185470b47f6d3092579",
62
+ "archiveUrl": "https://codeload.github.com/dynamsoft-docs/capture-vision-docs-mobile/zip/55448e9d8f7b238e0fa74185470b47f6d3092579"
63
63
  },
64
64
  {
65
65
  "name": "data/documentation/capture-vision-docs-server",
@@ -108,8 +108,8 @@
108
108
  "branch": "master",
109
109
  "owner": "dynamsoft-docs",
110
110
  "repo": "web-twain-docs",
111
- "commit": "7b8e127b298a2ef9abb7cd870bb742b44a132503",
112
- "archiveUrl": "https://codeload.github.com/dynamsoft-docs/web-twain-docs/zip/7b8e127b298a2ef9abb7cd870bb742b44a132503"
111
+ "commit": "4de127b3cfaabf4c4d1c351df4eeccbd61fe2717",
112
+ "archiveUrl": "https://codeload.github.com/dynamsoft-docs/web-twain-docs/zip/4de127b3cfaabf4c4d1c351df4eeccbd61fe2717"
113
113
  },
114
114
  {
115
115
  "name": "data/samples/document-scanner-javascript",
@@ -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.1010",
9
+ "version": "11.4.1100",
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.1000",
375
+ "version": "3.4.1100",
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.6",
3
+ "version": "7.3.7",
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": {