@node-in-layers/mcp-server
    Preparing search index...

    Interface CrossLayerPropMiddleware

    A middleware function that can pullout information that will be put into the cross layer props and passed down stream with the request.

    • Parameters

      • req: Request

        The express request object.

      • res: Response

        The express response object.

      • next: NextFunction

        The next function to call.

      Returns Promise<void | Record<string, any>>