Skip to main content
Builds a distributable executable bundle using esbuild. Produces a single-file output ideal for containerized deployments.

Usage

Configuration

project.json

Options

CLI Mode

Pass cli: true (or use frontmcp build --target cli) to generate a standalone CLI executable with auto-generated subcommands for every tool, resource, prompt, and template in your MCP server.
project.json

Output Files

frontmcp.config.js — CLI Options

The cli block controls what the generated CLI includes:

Caching

This executor is cacheable. The bundled output is deterministic given the same inputs.