Skip to main content

build_mcp_url

Function build_mcp_url 

Source
pub fn build_mcp_url(
    config: &KontextDevConfig,
    access_token: &str,
) -> Result<String, KontextDevCoreError>
Expand description

Legacy helper that appends access_key query parameter to the MCP URL.

Prefer bearer tokens with resolve_mcp_url + Authorization header for new integrations.