mb-al-ai-toolkit-agent-plugin

mbaic/mb-al-ai-toolkit-agent-plugin
★ 1 stars Python Code/Dev Tools Updated today
Agent Plugins 1.0 package for Business Central AL code review — one skill and one Microsoft Learn MCP server, portable across the GitHub Copilot app, GitHub Copilot CLI, and VS Code Copilot Chat from a single repo.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mb-al-ai-toolkit-age": {
      "command": "uvx",
      "args": [
        "mb-al-ai-toolkit-agent-plugin"
      ]
    }
  }
}

Or install with pip: pip install mb-al-ai-toolkit-agent-plugin

README Excerpt

An Agent Plugins 1.0 marketplace for Microsoft Dynamics 365 Business Central AL development. This repository has two functions. It is the marketplace. It is also the source of the plugin. There is one plugin, `bc-al-toolkit`. You build the plugin one time, and the GitHub Copilot app, GitHub Copilot CLI, and VS Code Copilot Chat all read that one package.