struct

CrystalMcp::Config

Inherits Struct < Value < Object

Configuration for the MCP server.

Constructors

Instance methods

host

The host to bind to (for future network transport support).

Source
host=(host : String)

The host to bind to (for future network transport support).

Source
initialize
Source
log_file

The path to the log file. If nil, logging goes to standard error.

Source
log_file=(log_file : String | Nil)

The path to the log file. If nil, logging goes to standard error.

Source
port

The port to listen on (for future network transport support).

Source
port=(port : Int32 | Nil)

The port to listen on (for future network transport support).

Source
verbose=(verbose : Bool)

Whether to enable verbose logging.

Source
verbose?

Whether to enable verbose logging.

Source