XAF Logic Explainer for Zed
io.github.peopleworks/xaf-logic-explainer
Query your DevExpress XAF app: entities, controllers, actions, rules, Model Editor.
client:Zed
transport:stdio
runtime:nuget
Install XAF Logic Explainer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"xaf-logic-explainer": {
"command": "dnx",
"args": [
"XafLogicExplainer.Mcp",
"--yes"
],
"env": {
"XAFLOGIC_PROJECT": "<XAFLOGIC_PROJECT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs