Docs exports: JSON llms.txt llms-full.txt Agent Files

struct Shards::MCPManager::ServerState

Included Modules

Defined in:

mcp_manager.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, pid : Int64, transport : String, port : Int32 | Nil, log_file : String, command : String, args : Array(String), started_at : String) #

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

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

[View source]

Instance Method Detail

def args : Array(String) #

[View source]
def args=(args : Array(String)) #

[View source]
def command : String #

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

[View source]
def log_file : String #

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

[View source]
def name : String #

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

[View source]
def pid : Int64 #

[View source]
def pid=(pid : Int64) #

[View source]
def port : Int32 | Nil #

[View source]
def port=(port : Int32 | Nil) #

[View source]
def started_at : String #

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

[View source]
def transport : String #

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

[View source]