simple-dynamsoft-mcp 2.0.2 → 2.0.3

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 +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,14 +32,6 @@ MCP (Model Context Protocol) server that enables AI assistants to write correct
32
32
  | `get_api_usage` | Usage examples for specific APIs |
33
33
  | `search_samples` | Search samples by keyword |
34
34
 
35
- ## Quick Start
36
-
37
- ### Install and Run Locally
38
-
39
- ```bash
40
- npm install
41
- npm start
42
- ```
43
35
 
44
36
  ## MCP Client Configuration
45
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-dynamsoft-mcp",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "MCP server for Dynamsoft SDKs - Barcode Reader (Mobile/Python/Web) and Dynamic Web TWAIN. Provides documentation, code snippets, and API guidance.",
5
5
  "type": "module",
6
6
  "engines": {