simple-dynamsoft-mcp 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -67,7 +67,7 @@ Add to your VS Code settings:
67
67
  ### Use via npx (after publishing)
68
68
 
69
69
  ```bash
70
- npx dynamsoft-barcode-reader-mcp
70
+ npx simple-dynamsoft-mcp
71
71
  ```
72
72
 
73
73
  ## Code Samples Included
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-dynamsoft-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server for Dynamsoft Barcode Reader Mobile SDK - provides documentation, code snippets, and API guidance for Android (Java/Kotlin) and iOS (Swift) barcode scanning apps.",
5
5
  "type": "module",
6
6
  "bin": {