get_compiler_info
Detect installed Pascal compilers (Free Pascal, Delphi 32/64) and retrieve their names, versions, and paths to verify build environments.
Instructions
Detect available Pascal compilers and return their details.
Checks for Free Pascal (fpc), Delphi 32-bit (dcc32), and Delphi 64-bit (dcc64) on the system PATH and in common installation directories.
Returns a summary of all compilers found with name, version, and path.
Side effect: also emits an MCP notifications/tools/list_changed so any
new tools added to the server since the client last fetched its catalog
become visible without a Claude Code restart. Cheap to call; if the client
doesn't honour the notification, nothing breaks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |