Skip to main content
Glama

Delphi Build Server

by flydev-fr

lazarus.clean

Remove Lazarus build artifacts using lazbuild --clean to maintain project hygiene and optimize storage. Specify the Lazarus project path for targeted cleanup.

Instructions

Clean Lazarus build artifacts using lazbuild --clean

Input Schema

NameRequiredDescriptionDefault
lazbuildPathNoPath to lazbuild (defaults to "lazbuild")
projectYesPath to a Lazarus project file (.lpi)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "lazbuildPath": { "description": "Path to lazbuild (defaults to \"lazbuild\")", "type": "string" }, "project": { "description": "Path to a Lazarus project file (.lpi)", "type": "string" } }, "required": [ "project" ], "type": "object" }
Install Server

Other Tools from Delphi Build Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/flydev-fr/mcp-delphi'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server