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

struct Shards::MCPManager::ServerStatusInfo

Defined in:

mcp_manager.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, running : Bool, pid : Int64 | Nil, transport : String, started_at : Time | Nil) #

[View source]

Instance Method Detail

def name : String #

[View source]
def pid : Int64 | Nil #

[View source]
def running : Bool #

[View source]
def started_at : Time | Nil #

[View source]
def transport : String #

[View source]