This release keeps dependencies and maintenance posture current for teams operating this tool.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryRedirected diagnostic output to stderr, preserving stdout for JSON-RPC.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Route diagnostic output through stdlib logging to stderr Route diagnostic output through stdlib logging to stderr Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Verify main() does not write diagnostics to stdout Verify main() does not write diagnostics to stdout Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Deprecation | Medium |
Disable Google API discovery file cache with cache_discovery=False Disable Google API discovery file cache with cache_discovery=False Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Add unit regression tests rejecting direct print() calls in server.py Add unit regression tests rejecting direct print() calls in server.py Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Refactor | Medium |
Configure CLI logging from main() instead of at import time Configure CLI logging from main() instead of at import time Source: llm_adapter@2026-05-21 Confidence: high |
— |
Full changelog
Summary
Maintenance release for MCP stdio safety.
Changes
- Route diagnostic output through stdlib logging to stderr so stdout remains reserved for MCP stdio JSON-RPC.
- Configure CLI logging from main() instead of at import time.
- Disable Google API discovery file cache with cache_discovery=False.
- Add unit regression tests that reject direct print() calls in server.py and verify main() does not write diagnostics to stdout.
Verification
- Required unit tests passed on main.
- Publishing workflow will run live Google integration tests before PyPI publish.
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 xing5/mcp-google-sheets
This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.
Related context
Beta — feedback welcome: [email protected]