Interface StudioToolCatalogEntryExperimental

One descriptor this session is allowed to route, with the exact server payload retained.

interface StudioToolCatalogEntry {
    classification: undefined | StudioToolClassification;
    descriptor: McpToolDescriptor;
    source: "metadata" | "allowlist";
}

Properties

classification: undefined | StudioToolClassification

The server-owned classification, or undefined when the server supplied none.

descriptor: McpToolDescriptor

The server's descriptor, unmodified — name, title, description, schemas, annotations.

source: "metadata" | "allowlist"

Which positive signal selected this entry.