simple-dynamsoft-mcp 7.3.51 → 7.3.52

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": "42941db508a71d1aac1a289647b049efe3382383",
22
- "archiveUrl": "https://codeload.github.com/dynamsoft-docs/barcode-reader-docs-mobile/zip/42941db508a71d1aac1a289647b049efe3382383"
21
+ "commit": "32ada6900dda7152df8e89314acbf0d6138ac046",
22
+ "archiveUrl": "https://codeload.github.com/dynamsoft-docs/barcode-reader-docs-mobile/zip/32ada6900dda7152df8e89314acbf0d6138ac046"
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": "82659316383be20711865833ca3e5fe889c4d1ef",
62
- "archiveUrl": "https://codeload.github.com/dynamsoft-docs/capture-vision-docs-mobile/zip/82659316383be20711865833ca3e5fe889c4d1ef"
61
+ "commit": "64d22b1dd97ed078d69684e36957d7e4cb9a4e78",
62
+ "archiveUrl": "https://codeload.github.com/dynamsoft-docs/capture-vision-docs-mobile/zip/64d22b1dd97ed078d69684e36957d7e4cb9a4e78"
63
63
  },
64
64
  {
65
65
  "name": "data/documentation/capture-vision-docs-server",
@@ -218,8 +218,8 @@
218
218
  "branch": "main",
219
219
  "owner": "Dynamsoft",
220
220
  "repo": "barcode-reader-react-native-samples",
221
- "commit": "acf60ef9d1e8fcbc8e215ad5ea2f114102749628",
222
- "archiveUrl": "https://codeload.github.com/Dynamsoft/barcode-reader-react-native-samples/zip/acf60ef9d1e8fcbc8e215ad5ea2f114102749628"
221
+ "commit": "a612480ccce9af6032c0092c4f45c8d8243a8276",
222
+ "archiveUrl": "https://codeload.github.com/Dynamsoft/barcode-reader-react-native-samples/zip/a612480ccce9af6032c0092c4f45c8d8243a8276"
223
223
  },
224
224
  {
225
225
  "name": "data/samples/dynamsoft-capture-vision-c-cpp",
@@ -308,8 +308,8 @@
308
308
  "branch": "main",
309
309
  "owner": "Dynamsoft",
310
310
  "repo": "capture-vision-react-native-samples",
311
- "commit": "4e1a48c0b12466a37f354029b725e7cd21a690a7",
312
- "archiveUrl": "https://codeload.github.com/Dynamsoft/capture-vision-react-native-samples/zip/4e1a48c0b12466a37f354029b725e7cd21a690a7"
311
+ "commit": "f18859ba81f17a8c36a8dbc7200f6abe22f635b8",
312
+ "archiveUrl": "https://codeload.github.com/Dynamsoft/capture-vision-react-native-samples/zip/f18859ba81f17a8c36a8dbc7200f6abe22f635b8"
313
313
  },
314
314
  {
315
315
  "name": "data/samples/dynamsoft-capture-vision-spm",
@@ -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.3000",
9
+ "version": "11.4.3010",
10
10
  "default_platform": "android",
11
11
  "default_api_level": "high-level",
12
12
  "snippet_path": "dynamsoft-barcode-reader",
@@ -255,7 +255,7 @@
255
255
  "dcv-core": {
256
256
  "name": "Dynamsoft Capture Vision Core",
257
257
  "description": "Unified architecture documentation for Capture Vision capabilities across barcode, MRZ, document normalization, and parsing workflows.",
258
- "version": "3.4.3000",
258
+ "version": "3.4.3010",
259
259
  "default_platform": "core",
260
260
  "snippet_path": "dynamsoft-capture-vision/core",
261
261
  "platforms": {
@@ -369,7 +369,7 @@
369
369
  "dcv-mobile": {
370
370
  "name": "Dynamsoft Capture Vision Mobile SDK",
371
371
  "description": "Capture Vision workflows for mobile platforms including Android, iOS, Flutter, React Native, and .NET MAUI.",
372
- "version": "3.4.3000",
372
+ "version": "3.4.3010",
373
373
  "default_platform": "android",
374
374
  "snippet_path": "dynamsoft-capture-vision/mobile",
375
375
  "platforms": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-dynamsoft-mcp",
3
- "version": "7.3.51",
3
+ "version": "7.3.52",
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": {