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.
Nx Plugin
All 16 FrontMCP Nx generators for scaffolding projects and components
nx g @frontmcp/nx:<generator> <name> [options]
workspace
app
apps/<name>/
lib
libs/<name>/
server
servers/<name>/
tool
@Tool
src/tools/<name>.tool.ts
resource
@Resource
@ResourceTemplate
src/resources/<name>.resource.ts
prompt
@Prompt
src/prompts/<name>.prompt.ts
skill
@Skill
src/skills/<name>.skill.ts
agent
@Agent
src/agents/<name>.agent.ts
provider
@Provider
src/providers/<name>.provider.ts
plugin
@Plugin
src/plugins/<name>.plugin.ts
adapter
@Adapter
src/adapters/<name>.adapter.ts
auth-provider
@AuthProvider
src/auth/<name>.auth-provider.ts
flow
@Flow
src/flows/<name>.flow.ts
job
@Job
src/jobs/<name>.job.ts
workflow
@Workflow
src/workflows/<name>.workflow.ts