pub type FileConfig = McpConfig;Expand description
Backwards-compatible alias. Prefer McpConfig.
Aliased Type§
pub struct FileConfig {
pub server: ServerConfig,
pub browser: BrowserConfig,
/* private fields */
}Fields§
§server: ServerConfigMCP server metadata.
browser: BrowserConfigBrowser launch and instance configuration.