A VS Code / Windsurf extension that wraps the OpenEdge ProxyGen tool to edit
ProxyGen project files (.pgp) and generate Open Client proxies — .NET, Java,
Web Services (SOAP/WSDL), and REST — from your ABL AppServer procedures.
Part of the KH-IT OpenEdge plugin family, built to the same layered architecture as
the Dictionary, DataDigger, and HCK plugins: a Flutter web UI, a Node backend that
runs without VS Code, a standalone MCP server for AI agents, and a native launcher.
Features
Browse and parse .pgp ProxyGen projects in your workspace.
Validate a project before generation (output dir + at least one target).
Generate proxies by invoking proxygenbatch and streaming the log.
List candidate procedures/classes (.p / .cls / .r) for exposure.
AI tooling: #-referenced language-model tools and an MCP server exposing the
same capabilities to agents (including a confirmation-gated generate_proxies).