Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
RSVARS_BAT | No | Full path to rsvars.bat (e.g., C:\Program Files (x86)\Embarcadero\Studio\23.0\bin\rsvars.bat) | |
MSBUILD_PATH | No | Full path to msbuild.exe if not in PATH | |
DELPHI_CONFIG | No | Default config (Debug/Release) | Release |
DELPHI_PLATFORM | No | Default platform (Win32/Win64) | Win32 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
delphi.build | Build a Delphi .dproj or .groupproj using MSBuild with RAD Studio environment |
delphi.clean | Clean a Delphi .dproj or .groupproj using MSBuild with RAD Studio environment |
fpc.build | Build with Free Pascal Compiler (fpc) for a Pascal program or project file |
lazarus.build | Build a Lazarus (.lpi) project using lazbuild |
lazarus.clean | Clean Lazarus build artifacts using lazbuild --clean |