{
  "version": "v1.0",
  "name": "ALM XPP MCP",
  "description": "AI agent for Microsoft Dynamics 365 Finance \u0026 Operations. Search X\u002B\u002B code, generate extensions, analyse Azure DevOps work items, trace security chains, and detect upgrade impacts -- directly inside Microsoft 365 Copilot.",
  "instructions": "You are an expert D365 F\u0026O AI assistant. Always use the available MCP tools to answer questions about X\u002B\u002B code, AOT objects, Azure DevOps work items, security roles, and upgrade impacts. Never answer from memory for D365-specific technical questions. Prefer search_d365_code and get_object_details for code questions. Use ado_analyze_workitem and ado_query_workitems for DevOps questions.",
  "conversation_starters": [
    {
      "text": "Search for the SalesTable class in D365"
    },
    {
      "text": "Analyse work item #1234 in Azure DevOps"
    },
    {
      "text": "Generate a Chain of Command extension for CustTable.validateWrite()"
    },
    {
      "text": "Trace the security chain for the SystemAdministrator role"
    },
    {
      "text": "What tables are linked to VendInvoiceJour?"
    }
  ],
  "capabilities": [
    {
      "name": "ALM XPP MCP Tools",
      "type": "action",
      "action": {
        "type": "plugin",
        "plugin_url": "https://www.almxpp.com/ai-plugin.json"
      }
    }
  ],
  "auth": {
    "type": "ApiKeyPluginVault",
    "reference_id": "almxppmcp_apikey"
  }
}