chore: upgrade to rmcp 0.16.0 (#7274)

This commit is contained in:
Alex Hancock
2026-02-18 20:41:14 -05:00
committed by GitHub
parent c697d9499b
commit 4b3eef0c9a
7 changed files with 167 additions and 35 deletions
+1
View File
@@ -105,6 +105,7 @@ pub async fn oauth_flow(
.save(StoredCredentials {
client_id,
token_response,
granted_scopes: vec![],
})
.await?;