- Add outputSchema to both generate_qr and generate_pix_qr tools - Add MCP annotations (title, readOnlyHint, idempotentHint, etc.) - Full English parameter descriptions for all inputs - Sync server-http.mjs (HTTP/Smithery endpoint) with index.mjs (stdio/npm) - Bump server version to 1.0.3 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
39 lines
873 B
JSON
39 lines
873 B
JSON
{
|
|
"name": "qrrapido-mcp",
|
|
"mcpName": "site.qrrapido/qr-generator",
|
|
"version": "1.0.3",
|
|
"description": "MCP server for QR Rápido — generate QR codes for URLs, PIX, Wi-Fi, vCards, WhatsApp and more",
|
|
"type": "module",
|
|
"main": "index.mjs",
|
|
"bin": {
|
|
"qrrapido-mcp": "index.mjs"
|
|
},
|
|
"files": [
|
|
"index.mjs"
|
|
],
|
|
"scripts": {
|
|
"start:stdio": "node index.mjs",
|
|
"start:http": "node server-http.mjs",
|
|
"start": "node server-http.mjs"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"qrcode",
|
|
"qr-code",
|
|
"pix",
|
|
"ai-agent",
|
|
"model-context-protocol"
|
|
],
|
|
"author": "Ricardo Carneiro",
|
|
"license": "MIT",
|
|
"homepage": "https://qrrapido.site",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/modelcontextprotocol/registry"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
"undici": "^6.0.0"
|
|
}
|
|
}
|