This release adds 2 notable features for engineering teams evaluating rollout.
Published 9mo
MCP Developer Tools
✓ No known CVEs patched
✓ No known CVEs patched in this version
Summary
AI summaryDirect Google JSON field names are now supported without the GOOGLE_ prefix while maintaining backward compatibility.
Full changelog
## 🎉 New Feature: Direct Google JSON Field Names
### ✨ What's New:
- **Copy-paste friendly**: Use exact Google JSON field names
- **No more `GOOGLE_` prefix**: Direct field mapping
- **Backward compatibility**: Old format still supported
### 🔧 Configuration:
```json
{
"env": {
"project_id": "your-project-id",
"private_key_id": "your-private-key-id",
"private_key": "-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----\n",
"client_email": "[email protected]",
"client_id": "your-client-id",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/your-service%40your-project.iam.gserviceaccount.com"
}
}
```
### 🚀 Benefits:
- Users can copy directly from Google service account JSON
- No manual field name modifications needed
- Easier setup process
- Maintains backward compatibility
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About henilcalagiya/google-sheets-mcp
Your AI Assistant's Gateway to Google Sheets! 25 powerful tools for seamless Google Sheets automation via MCP.
Related context
Beta — feedback welcome: [email protected]