← Back to Plugins
MCP Server MCP

XAF Logic Explainer

github By github 👁 1 views ▲ 0 votes

Query your DevExpress XAF app: entities, controllers, actions, rules, Model Editor.

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "XafLogicExplainer.Mcp",
      "version": "0.16.0",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Directory of the XAF module to analyze. Optional: with no value the module is looked for at or below the working directory, so a client launched from a solution folder needs no configuration.",
          "name": "XAFLOGIC_PROJECT"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...