FrontPanel Platform API - v6.1.0
    Preparing search index...

    Type Alias MCPHandler

    MCPHandler: (args: unknown, ctx: HandlerContext) => Promise<unknown>

    Handler implementation supplied by an app for a single MCP tool. Receives the (unvalidated by this layer) args from the client and a HandlerContext; resolves with the value returned to the client.

    Type Declaration