Skip to content

Commit dd7771e

Browse files
release v0.1.0 — decode_pdf, decode_batch, gs1_parse
Adds three zero-native-deps tools (9 total): PDF barcode extraction (mupdf WASM, per-page), batch image decode, and GS1 Application Identifier parsing. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> Claude-Session: https://claude.ai/code/session_01Q4gWsc8ueHfovkEZujK8z7
1 parent c77a828 commit dd7771e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cordfuse/barcoding-mcp",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "MCP server: encode 100+ barcode symbologies (bwip-js), decode common 1D/2D (zxing-wasm), ASCII/terminal QR (qrcode). Zero native deps. stdio + streamable HTTP.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)