simple-dynamsoft-mcp 1.0.1 → 1.0.2

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/README.md CHANGED
@@ -64,7 +64,7 @@ Add to your VS Code settings:
64
64
  }
65
65
  ```
66
66
 
67
- ### Use via npx (after publishing)
67
+ ### Use via npx
68
68
 
69
69
  ```bash
70
70
  npx simple-dynamsoft-mcp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-dynamsoft-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
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": {
package/src/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  import { readFileSync, readdirSync, existsSync } from "node:fs";
2
3
  import { join, relative, dirname, extname } from "node:path";
3
4
  import { fileURLToPath } from "node:url";