feat: Added a new oauth.redirectHost field to make it possible to further extend MCP support
CI / All (macos-latest) (push) Waiting to run
CI / All (windows-latest) (push) Waiting to run
CI / All (ubuntu-latest) (push) Failing after 24s

This commit is contained in:
2026-07-07 15:35:04 -06:00
parent 7673799d83
commit b8990fdfc2
4 changed files with 11 additions and 1 deletions
+1
View File
@@ -163,6 +163,7 @@ async fn main() -> Result<()> {
url,
spec.oauth.as_ref().and_then(|o| o.client_id.as_deref()),
spec.oauth.as_ref().and_then(|o| o.callback_port),
spec.oauth.as_ref().and_then(|o| o.redirect_host.as_deref()),
)
.await?;
println!("Authentication saved. '{server_name}' is now available for use.");