MCP Server Framework - v1.0.0
    Preparing search index...

    Interface ConfigConstraintViolation

    Constraint violation from cross-field validation.

    interface ConfigConstraintViolation {
        message: string;
        path: readonly string[];
    }
    Index

    Properties

    Properties

    message: string
    path: readonly string[]