Configuration for the MCP server.
Instance methods
host
The host to bind to (for future network transport support).
SourceThe host to bind to (for future network transport support).
Sourcelog_file
The path to the log file. If nil, logging goes to standard error.
Sourcelog_file=(log_file :
String |
Nil)
The path to the log file. If nil, logging goes to standard error.
Sourceport
The port to listen on (for future network transport support).
Sourceport=(port :
Int32 |
Nil)
The port to listen on (for future network transport support).
SourceWhether to enable verbose logging.
Sourceverbose?
Whether to enable verbose logging.
Source