Tags: pvoo/bigquery-mcp
Tags
Remove max_results parameter from run_query tool (#4) - Remove max_results parameter from run_query tool completely - Update tool description to recommend using LIMIT clause in SQL queries - Remove all CLI arguments and environment variables related to query max_results - Update tests to remove max_results usage and use LIMIT in SQL instead - Improve list tools documentation to clarify max_results is optional integer The run_query tool now relies on SQL LIMIT clause for result control, making it more explicit and giving users full control over result size. Co-authored-by: pvoorschot <pvo@domain.com>