Skip to main content
Glama

Delphi Build Server

by flydev-fr

lazarus.build

Compile Lazarus (.lpi) projects using lazbuild with customizable build modes, target CPU, and OS settings for efficient development workflows.

Instructions

Build a Lazarus (.lpi) project using lazbuild

Input Schema

NameRequiredDescriptionDefault
buildModeNoLazarus build mode name (maps to --bm)
cpuNoTarget CPU for lazbuild (e.g. x86_64, i386, aarch64)
lazbuildPathNoPath to lazbuild (defaults to "lazbuild")
osNoTarget OS for lazbuild (e.g. win64, win32, linux)
projectYesPath to a Lazarus project file (.lpi)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "buildMode": { "description": "Lazarus build mode name (maps to --bm)", "type": "string" }, "cpu": { "description": "Target CPU for lazbuild (e.g. x86_64, i386, aarch64)", "type": "string" }, "lazbuildPath": { "description": "Path to lazbuild (defaults to \"lazbuild\")", "type": "string" }, "os": { "description": "Target OS for lazbuild (e.g. win64, win32, linux)", "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