All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.3 - 2025-04-03
- Removed circular dependency in package.json that caused version resolution issues
- Fixed location format handling to properly support multi-region formats like "US"
- Improved error handling for different location format specifications
- Default region set to "EU"
1.0.0 - 2024-12-13
- Switch from positional to named command-line arguments
- Old:
mcp-server-bigquery project-id location
- New:
mcp-server-bigquery --project-id project-id --location location
- Old:
- Service account authentication support via
--key-file
parameter - Stronger read-only validation using regex to detect forbidden SQL commands
- Explicit view support with clear labeling in resource listings
- Enhanced logging to show both table and view counts
- Project logo and improved visual documentation
- Improved README with clearer setup instructions and MCP context
- Updated configuration examples for Claude Desktop
- Enhanced npm publish workflow with version validation
- Reorganized documentation for better user experience
- Updated Claude Desktop config paths in developer setup guide
0.1.0 - 2024-12-04
- Initial release of BigQuery MCP server
- Read-only access to BigQuery datasets
- Support for executing SQL queries with 1GB billing limit
- Authentication via Google Cloud CLI
- Table schema information access
- MIT License file
- Updated package configuration and dependencies
- Improved README documentation with correct configuration examples
- Added @modelcontextprotocol/sdk: 0.6.0
- Added @google-cloud/bigquery: ^7.3.0
- Added development dependencies: shx and typescript