# [1.0.0](https://github.com/jwalsh/mcp-server-qrcode/compare/v0.3.7...v1.0.0) (2025-03-01)
## [0.3.6](https://github.com/jwalsh/mcp-server-qrcode/compare/v0.3.0...v0.3.6) (2025-02-28)
### Bug Fixes
* add no-gpg-sign flag to npm version in release script ([6cb956e](https://github.com/jwalsh/mcp-server-qrcode/commit/6cb956e3119cc47f1754b2f9e85f2cac6bf0ea9e))
* ensure QR code image data format works across all MCP clients ([0f1f907](https://github.com/jwalsh/mcp-server-qrcode/commit/0f1f907b64865efe59236ee916e5381d9ab53b10))
* ensure QR code image data format works across all MCP clients ([8486900](https://github.com/jwalsh/mcp-server-qrcode/commit/848690025efad4710edba240bef0b288ae2be2cd))
* ensure QR code image data format works across all MCP clients ([af775f1](https://github.com/jwalsh/mcp-server-qrcode/commit/af775f1fd49b44980ba9d2940fbac4ebeea6da0d))
* standardize server entry point and remove legacy file ([7ef8d15](https://github.com/jwalsh/mcp-server-qrcode/commit/7ef8d1570042910c239674cdd0c76fcca2c721a6))
# 0.3.0 (2025-02-28)
### Bug Fixes
* improve commit history rewriting script ([66d261f](https://github.com/jwalsh/mcp-server-qrcode/commit/66d261f2d8b7fb8988699ea245614e48e1e51368))
### Features
* add context target for LLM operations ([ab00ef4](https://github.com/jwalsh/mcp-server-qrcode/commit/ab00ef4a9d5b308e2999f0ee013484b474af9224))
* add QR code generation via stdin and MCP server ([d30d24c](https://github.com/jwalsh/mcp-server-qrcode/commit/d30d24c59cc087d289543873739154fc6a91da56))
* add script to rewrite commit messages ([3d2bae0](https://github.com/jwalsh/mcp-server-qrcode/commit/3d2bae0e4dac3f38a4c9eeb1131d73180acf5ccf))
* enhance build process and update documentation ([016f89b](https://github.com/jwalsh/mcp-server-qrcode/commit/016f89b3b62a780d7ed441cfa3d6a0de5c35d79d))
* prepare for package publishing ([5598070](https://github.com/jwalsh/mcp-server-qrcode/commit/5598070717ac80c2270bfc6cea22f0991b732c80))
#+TITLE: Changelog
#+OPTIONS: toc:nil
* [0.2.0] - 2025-02-28
** Features
- Initial release of MCP QR Code Server
- Support for QR code generation via CLI
- Configurations for size and error correction
- Preparatory work for Claude Desktop and Emacs integrations
** Installation
#+begin_src bash
npm install -g @jwalsh/mcp-server-qrcode
#+end_src
** Usage Examples
#+begin_src bash
# Generate a basic QR code
mcp-server-qrcode generate "https://example.com"
# With custom size
mcp-server-qrcode generate "https://example.com" --size 300
#+end_src
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jwalsh/mcp-server-qrcode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server