feat: Added support for specifying the oauth port and client ID in MCP server configs
CI / All (ubuntu-latest) (push) Failing after 25s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-07-07 14:31:51 -06:00
parent 84ce094677
commit 5be4f45671
6 changed files with 48 additions and 22 deletions
+2 -2
View File
@@ -132,7 +132,7 @@ mod tests {
cwd: None,
url: None,
headers: None,
oauth_client_id: None,
oauth: None,
}
}
@@ -149,7 +149,7 @@ mod tests {
cwd: None,
url: Some(url.to_string()),
headers,
oauth_client_id: None,
oauth: None,
}
}
+1 -1
View File
@@ -3698,7 +3698,7 @@ mod tests {
cwd: None,
url: None,
headers: None,
oauth_client_id: None,
oauth: None,
},
);
}