Agent Client Protocol - v0.5.1
    Preparing search index...

    Interface EnvVariable

    An environment variable to set when launching an MCP server.

    interface EnvVariable {
        _meta?: { [k: string]: unknown };
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    _meta?: { [k: string]: unknown }

    Extension point for implementations

    name: string

    The name of the environment variable.

    value: string

    The value to set for the environment variable.