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.