struct
CrystalMcp::Config
- CrystalMcp::Config
- Struct
- Value
- Object
Overview
Configuration settings for the MCP server.
Defined in:
config.crConstructors
Instance Method Summary
-
#host : String
The host to bind to (for future network transport support).
-
#host=(host : String)
The host to bind to (for future network transport support).
- #initialize
-
#log_file : String | Nil
The path to the log file.
-
#log_file=(log_file : String | Nil)
The path to the log file.
-
#port : Int32 | Nil
The port to listen on (for future network transport support).
-
#port=(port : Int32 | Nil)
The port to listen on (for future network transport support).
-
#verbose=(verbose : Bool)
Whether to enable verbose logging.
-
#verbose? : Bool
Whether to enable verbose logging.
Constructor Detail
Instance Method Detail
def log_file=(log_file : String | Nil)
#
The path to the log file. If nil, logging goes to standard error.