Frodo Library - v4.5.0
    Preparing search index...

    Type Alias McpToolManifest

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

    type McpToolManifest = {
        backingDescriptorCount: number;
        canonicalTools?: McpCanonicalTool[];
        discoveryTool: McpDiscoveryEntry;
        genericTools: McpGenericTool[];
        totalToolCount: number;
    }
    Index

    Properties

    backingDescriptorCount: number

    Number of capability descriptors that back this manifest.

    canonicalTools?: McpCanonicalTool[]

    Canonical hybrid tools exposed to agents.

    discoveryTool: McpDiscoveryEntry

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

    genericTools: McpGenericTool[]

    Generic CRUDS tools parameterized by domain and objectType.

    totalToolCount: number

    Total exposed tool count: canonicalTools.length + 1.