Skip to content

@nogoo9/no-crd / index / registerUiApp

Function: registerUiApp()

registerUiApp(server, distDir): void

Defined in: src/ui/index.ts:45

Registers the Model Context Protocol application resource containing the HTML UI. This makes the Pod Manager user interface available under ui://nogoo9/app.

Parameters

server

McpServer

Active McpServer instance.

distDir

string

Directory path containing the compiled frontend index.html.

Returns

void