ART Framework API Docs
    Preparing search index...

    Interface McpResource

    Defines a static resource provided by an MCP server.

    McpResource

    interface McpResource {
        description?: string;
        mimeType?: string;
        name: string;
        uri: string;
    }
    Index

    Properties

    description?: string

    A description of the resource.

    mimeType?: string

    The MIME type of the resource.

    name: string

    The name of the resource.

    uri: string

    The URI of the resource.