UNPKG

stock-nse-india

Version:

This package will help us to get equity/index details and historical data from National Stock Exchange of India.

7 lines 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const mcp_server_1 = require("./mcp-server"); // Start the server const server = new mcp_server_1.MCPServer(); console.error('NSE India MCP Server started'); //# sourceMappingURL=mcp-server-stdio.js.map