UNPKG

nano-mcp

Version:

NANO MCP (Nano Cryptocurrency) Server for AI Assistants - A JSON-RPC 2.0 API server for Nano cryptocurrency operations with QR code generation, local work generation and auto-receive pending blocks

15 lines (13 loc) 376 B
const swaggerJsdoc = require('swagger-jsdoc'); const options = { definition: { openapi: '3.0.0', info: { title: 'NANO MCP Server API', version: '1.0.0', description: 'JSON-RPC 2.0 API for interacting with the NANO network', }, }, apis: ['./src/server.js'], // Path to the API docs }; module.exports = swaggerJsdoc(options);