{
"type": "object",
"required": [],
"properties": {
"savedTokensPath": {
"type": "string",
"default": ".gcp-saved-tokens.json",
"description": "Path to the saved Google OAuth tokens file. For local testing, you can supply dummy tokens to bypass authentication."
},
"oAuthCredentialsPath": {
"type": "string",
"default": "gcp-oauth.keys.json",
"description": "Path to the Google OAuth credentials file. Ensure this file exists or a dummy file is provided."
}
}
}