Skip to main content

setup_mcp_clients

Function setup_mcp_clients 

Source
pub fn setup_mcp_clients(
    binary: &str,
    client_filter: Option<&str>,
    workspace: &Path,
) -> Vec<(String, ClientStatus)>
Expand description

Register codesynapse mcp in every detected AI client config. client_filter: if Some, only register that client; otherwise register all detected. workspace: used as base for VS Code .vscode/mcp.json.