Const
The namespace key used to scope all @node-in-layers/mcp-server configuration inside the system config object.
@node-in-layers/mcp-server
const config = { [McpNamespace]: { version: '1.0.0', server: { connection: { type: 'http', url: 'http://localhost:3000' } }, },} Copy
const config = { [McpNamespace]: { version: '1.0.0', server: { connection: { type: 'http', url: 'http://localhost:3000' } }, },}
The namespace key used to scope all
@node-in-layers/mcp-serverconfiguration inside the system config object.