DF0079: MCP Enabled Without @devframes/agentic
Message
Themcpoption is enabled, but the optional peer "@devframes/agentic" could not be loaded:{reason}
Cause
An explicit mcp setting (true, a route options object, the --mcp flag, or the mcp CLI subcommand) asked for an MCP surface, but the implementation could not be loaded from the optional @devframes/agentic peer, typically because it is not installed. Unlike the omitted 'auto' default (which degrades to a one-time DF0078 warning), an explicit opt-in fails fast rather than silently running without MCP.
Fix
Install the peer next to devframe:
npm install @devframes/agenticOr remove the explicit mcp setting (or pass mcp: false) if the endpoint isn't wanted. The underlying import error is attached as cause.
Source
packages/devframe/src/node/agentic.ts:importAgenticMcp()maps a failed load of@devframes/agentic/mcpto this error.
DF0078: Agent Surface Without @devframes/agentic
This devframe exposes agent tools, but the MCP endpoint stays off: the optional peer "@devframes/agentic" is not installed.
DF8000: Devframe Id Collides With a Reserved Hub Path
Devframe id "{id}" collides with a reserved hub path; it cannot be mounted directly under the hub base.