struct ACP::Protocol::EnvVariable

Overview

Environment variable to set when launching an MCP server.

Included Modules

Defined in:

acp/protocol/capabilities.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, value : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

The name of the environment variable.


[View source]
def name=(name : String) #

The name of the environment variable.


[View source]
def value : String #

The value of the environment variable.


[View source]
def value=(value : String) #

The value of the environment variable.


[View source]