Builds a distributable executable bundle using esbuild. Produces a single-file output ideal for containerized deployments.Documentation Index
Fetch the complete documentation index at: https://docs.agentfront.dev/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Configuration
project.json
Options
| Option | Type | Description |
|---|---|---|
entry | string | Entry file path |
outputPath | string | Output directory path |
Output Files
| Output | Description |
|---|---|
dist/{name}-server.cjs | Single-file MCP server bundle |
dist/{name}-runner.sh | Shell runner with env/port setup |