simple-dynamsoft-mcp 7.3.9 → 7.3.11
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/data/metadata/data-manifest.json +10 -10
- package/package.json +1 -1
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"branch": "main",
|
|
19
19
|
"owner": "dynamsoft-docs",
|
|
20
20
|
"repo": "barcode-reader-docs-mobile",
|
|
21
|
-
"commit": "
|
|
22
|
-
"archiveUrl": "https://codeload.github.com/dynamsoft-docs/barcode-reader-docs-mobile/zip/
|
|
21
|
+
"commit": "b69d55acca1223ee5c0f9e0de75b8e3b6a02a9ef",
|
|
22
|
+
"archiveUrl": "https://codeload.github.com/dynamsoft-docs/barcode-reader-docs-mobile/zip/b69d55acca1223ee5c0f9e0de75b8e3b6a02a9ef"
|
|
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": "
|
|
62
|
-
"archiveUrl": "https://codeload.github.com/dynamsoft-docs/capture-vision-docs-mobile/zip/
|
|
61
|
+
"commit": "2e51721ff9f0af78cb18f89ad7d19f79cf2d2840",
|
|
62
|
+
"archiveUrl": "https://codeload.github.com/dynamsoft-docs/capture-vision-docs-mobile/zip/2e51721ff9f0af78cb18f89ad7d19f79cf2d2840"
|
|
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": "
|
|
112
|
-
"archiveUrl": "https://codeload.github.com/dynamsoft-docs/web-twain-docs/zip/
|
|
111
|
+
"commit": "9d9f7e74f3f14a9afff57318b9cba3b7d0dc2c69",
|
|
112
|
+
"archiveUrl": "https://codeload.github.com/dynamsoft-docs/web-twain-docs/zip/9d9f7e74f3f14a9afff57318b9cba3b7d0dc2c69"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"name": "data/samples/document-scanner-javascript",
|
|
@@ -188,8 +188,8 @@
|
|
|
188
188
|
"branch": "main",
|
|
189
189
|
"owner": "Dynamsoft",
|
|
190
190
|
"repo": "barcode-reader-maui-samples",
|
|
191
|
-
"commit": "
|
|
192
|
-
"archiveUrl": "https://codeload.github.com/Dynamsoft/barcode-reader-maui-samples/zip/
|
|
191
|
+
"commit": "e18ad17c3bae9010476b5f4f62fc0592338526c3",
|
|
192
|
+
"archiveUrl": "https://codeload.github.com/Dynamsoft/barcode-reader-maui-samples/zip/e18ad17c3bae9010476b5f4f62fc0592338526c3"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"name": "data/samples/dynamsoft-barcode-reader-mobile",
|
|
@@ -278,8 +278,8 @@
|
|
|
278
278
|
"branch": "main",
|
|
279
279
|
"owner": "Dynamsoft",
|
|
280
280
|
"repo": "capture-vision-maui-samples",
|
|
281
|
-
"commit": "
|
|
282
|
-
"archiveUrl": "https://codeload.github.com/Dynamsoft/capture-vision-maui-samples/zip/
|
|
281
|
+
"commit": "b7f77deba188c03c195ba51b4c5644771b8899fa",
|
|
282
|
+
"archiveUrl": "https://codeload.github.com/Dynamsoft/capture-vision-maui-samples/zip/b7f77deba188c03c195ba51b4c5644771b8899fa"
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
285
|
"name": "data/samples/dynamsoft-capture-vision-mobile",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "simple-dynamsoft-mcp",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.11",
|
|
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": {
|