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

    Function create

    • Parameters

      • context: McpContext<
            Readonly<
                {
                    "@node-in-layers/mcp-server": {
                        hiddenPaths?: string[];
                        hideComponents?: {
                            allModels?: boolean;
                            domains?: string[];
                            paths?: readonly string[];
                        };
                        logging?: {
                            requestLogGetData?: (req: Request) => Record<string, any>;
                            requestLogLevel?: LogLevelNames;
                            responseLogGetData?: (req: Request) => Record<string, any>;
                            responseLogLevel?: LogLevelNames;
                        };
                        server: {
                            connection: | Without<
                                Readonly<{ type: ... }>,
                                Readonly<
                                    { headers?: ...; retry?: ...; timeout?: ...; type: ...; url: ... },
                                >,
                            > & Readonly<
                                {
                                    headers?: (...)
                                    | (...);
                                    retry?: (...) | (...);
                                    timeout?: (...) | (...);
                                    type: "http";
                                    url: string;
                                },
                            >
                            | Without<
                                Readonly<
                                    { headers?: ...; retry?: ...; timeout?: ...; type: ...; url: ... },
                                >,
                                Readonly<{ type: ... }>,
                            > & Readonly<{ type: "cli" }>;
                        };
                        startHere?: {
                            description?: string;
                            examplesOfUse?: readonly Readonly<
                                {
                                    description?: ...;
                                    details?: ...;
                                    example?: ...;
                                    name: ...;
                                    tags?: ...;
                                    value?: ...;
                                },
                            >[];
                            hideDefaultSystemEntries?: boolean;
                            includeDomains?: boolean;
                            includeFeatures?: boolean;
                            name?: string;
                        };
                        stateful?: boolean;
                        systemDescription?: { description?: string; version?: string };
                        version?: string;
                    };
                },
            > & Readonly<
                {
                    "@node-in-layers/core": CoreConfig;
                    environment: string;
                    systemName: string;
                },
            >,
        >

      Returns McpServerMcp