Usage
Configuration
project.json
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Build a distributable bundle using frontmcp build —target node
nx build-exec my-app
{
"targets": {
"build-exec": {
"executor": "@frontmcp/nx:build-exec",
"outputs": ["{projectRoot}/dist"],
"options": {
"entry": "{projectRoot}/src/main.ts",
"outputPath": "{projectRoot}/dist"
}
}
}
}
| Option | Type | Description |
|---|---|---|
entry | string | Entry file path |
outputPath | string | Output directory path |
| Output | Description |
|---|---|
dist/{name}-server.cjs | Single-file MCP server bundle |
dist/{name}-runner.sh | Shell runner with env/port setup |