UNPKG

@nabsolutions/nab-al-tools-mcp

Version:

NAB AL Tools MCP Server - Model Context Protocol server for AL development and translation management in Microsoft Dynamics 365 Business Central.

46 lines (45 loc) 1.09 kB
{ "name": "@nabsolutions/nab-al-tools-mcp", "description": "NAB AL Tools MCP Server - Model Context Protocol server for AL development and translation management in Microsoft Dynamics 365 Business Central.", "version": "1.44.0", "publisher": "nabsolutions", "main": "server.js", "bin": { "nab-al-tools-mcp": "server.js" }, "repository": { "type": "git", "url": "https://github.com/jwikman/nab-al-tools.git" }, "homepage": "https://github.com/jwikman/nab-al-tools", "bugs": { "url": "https://github.com/jwikman/nab-al-tools/issues" }, "license": "MIT", "keywords": [ "mcp", "model-context-protocol", "Dynamics 365 Business Central", "AL", "XLIFF", "XLF", "translation", "localization", "business-central" ], "author": { "url": "https://www.nabsolutions.com", "name": "Johannes Wikman" }, "engines": { "node": "^20.0.0" }, "files": [ "server.js", "README.md", "glossary.tsv" ], "scripts": { "start": "node server.js" } }