Skip to content

Version 0.2.0

Choose a tag to compare

@takada-at takada-at released this 11 Aug 03:45
· 5 commits to main since this release
1de07ea

0.2.0 - 2025-08-11

Added

  • New MCP tool: save_query_result - Execute BigQuery SQL queries and save results to local files
    • Support for CSV and JSONL output formats
    • No automatic LIMIT clause insertion (unlike execute_query)
    • Path validation for security (prevents directory traversal attacks)
    • Maintains cost control with scan amount limits (default: 1GB)
    • Configurable CSV header inclusion