Skip to content
Zed

camt exceptions for Zed

io.github.sebastienrousseau/camt-exceptions

Generate + XSD-validate ISO 20022 E&I camt messages (camt.056 cancellation, camt.029 resolution).

client:Zed transport:stdio runtime:pypi

Install camt exceptions in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "camt-exceptions": {
      "command": "uvx",
      "args": [
        "camt-exceptions"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

camt exceptions in other clients