feat: google sheets support (in google drive builtin MCP server) (#1601)

This commit is contained in:
Michael Neale
2025-03-13 02:59:49 +11:00
committed by GitHub
parent 59c5a50cea
commit bdb90a56ba
3 changed files with 234 additions and 5 deletions
Generated
+21
View File
@@ -2265,6 +2265,26 @@ dependencies = [
"yup-oauth2",
]
[[package]]
name = "google-sheets4"
version = "6.0.0+20240621"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4f8ccfc6418e81d1e2ed66fad49d0487526281505b8a0ed8ee770dc7d6bb1e5"
dependencies = [
"chrono",
"google-apis-common",
"hyper 1.6.0",
"hyper-rustls 0.27.5",
"hyper-util",
"mime",
"serde",
"serde_json",
"serde_with",
"tokio",
"url",
"yup-oauth2",
]
[[package]]
name = "goose"
version = "1.0.13"
@@ -2388,6 +2408,7 @@ dependencies = [
"docx-rs",
"etcetera",
"google-drive3",
"google-sheets4",
"http-body-util",
"ignore",
"image 0.24.9",