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

    Interface EnvVariable

    An environment variable to set when launching an MCP server.

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

    Properties

    Properties

    name: string

    The name of the environment variable.

    value: string

    The value to set for the environment variable.