Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Interface HttpHeader

    An HTTP header to set when making requests to the MCP server.

    interface HttpHeader {
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the HTTP header.

    value: string

    The value to set for the HTTP header.