Skip to main content

FileConfig

Type Alias FileConfig 

Source
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: ServerConfig

MCP server metadata.

§browser: BrowserConfig

Browser launch and instance configuration.