feat: Added a new oauth.redirectHost field to make it possible to further extend MCP support
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user