From al-language-server-go-linux
AL language server provides code intelligence for AL (.al, .dal files) in Microsoft Dynamics 365 Business Central — diagnostics, go-to-definition, find references, hover info, and symbol listing.
npx claudepluginhub sshadows/al-lsp-for-agents --plugin al-language-server-go-linuxThis LSP server requires ${CLAUDE_PLUGIN_ROOT}/bin/al-lsp-wrapperto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"al": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/al-lsp-wrapper",
"extensionToLanguage": {
".al": "al",
".dal": "al"
}
}
}
}${CLAUDE_PLUGIN_ROOT}/bin/al-lsp-wrapperstdioInitialization Options:
{}Settings:
{}