Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SDK Reference
Compile a FrontMCP project using frontmcp build
tsc
nx build my-app
{ "targets": { "build": { "executor": "@frontmcp/nx:build", "outputs": ["{projectRoot}/dist"], "options": { "entry": "{projectRoot}/src/main.ts", "outputPath": "{projectRoot}/dist" } } } }
entry
string
outputPath
adapter
node
vercel
lambda
cloudflare
{ "targetDefaults": { "build": { "cache": true, "dependsOn": ["^build"], "inputs": ["production", "^production"] } } }
Was this page helpful?