Skip to main content
Glama

Delphi Build Server

by flydev-fr

delphi.clean

Clean Delphi .dproj or .groupproj files using MSBuild with RAD Studio environment. Specify the project path, configuration, and platform to ensure proper project maintenance and optimization.

Instructions

Clean a Delphi .dproj or .groupproj using MSBuild with RAD Studio environment

Input Schema

NameRequiredDescriptionDefault
configurationNo
msbuildPathNo
platformNoWin32
projectYesPath to a Delphi .dproj or .groupproj file
rsvarsPathNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "configuration": { "type": "string" }, "msbuildPath": { "type": "string" }, "platform": { "default": "Win32", "type": "string" }, "project": { "description": "Path to a Delphi .dproj or .groupproj file", "type": "string" }, "rsvarsPath": { "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