Frodo Library - v4.0.0-42
    Preparing search index...

    Type Alias McpToolManifest

    The complete reduced tool surface derived from a policy-filtered capability inventory.

    type McpToolManifest = {
        backingDescriptorCount: number;
        discoveryTool: McpDiscoveryEntry;
        genericTools: McpGenericTool[];
        specialTools: McpSpecialTool[];
        totalToolCount: number;
    }
    Index

    Properties

    backingDescriptorCount: number

    Number of capability descriptors that back this manifest.

    discoveryTool: McpDiscoveryEntry

    Built-in introspection tool entry describing the available operation space.

    genericTools: McpGenericTool[]

    Generic CRUDS tools parameterized by domain and objectType.

    specialTools: McpSpecialTool[]

    One-per-descriptor tools for non-standard domain capabilities.

    totalToolCount: number

    Total exposed tool count: genericTools.length + specialTools.length + 1.