#!/usr/bin/env node /** * Nolus MCP Server * * This MCP server exposes the @nolus/nolusjs library as tools that AI assistants * (like Claude in Cursor) can call to interact with the Nolus Protocol. * * Transaction tools return unsigned messages that users must sign manually * using nolusd CLI or a wallet like Keplr. * * Features: * - Query tools: Get lease status, oracle prices, pool balances, quotes, etc. * - Prepare tools: Generate unsigned transaction messages for manual signing * */ export {};