qr-server.md

QR Server

UI App
from"modelcontextprotocol"
2.4k

QR code generator for creating scannable codes

Developer Tools
QRgeneratorcodesutility
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/qr-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve