Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 15:23
· 10 commits to main since this release

Fixed

  • Calling run_query or execute_statement with fewer (or more) values than
    the statement has placeholders is now rejected before the query is sent,
    with a message that states both counts, instead of surfacing DuckDB's
    "Values were not provided for the following prepared statement parameters"
    wrapped in Arrow and Flight SQL transport noise.
  • Server errors are shown without the driver's wrappers (Arrow Error: C Data interface error: [FlightSQL] An execution error has occurred: and the
    trailing (Unknown; DoGet: endpoint 0: [])), whichever tool raised them.
  • The note about the LIMIT wrapper offsetting line numbers is only added to
    errors that actually cite a line.

Changed

  • list_schemas explains that DuckDB keeps information_schema and
    pg_catalog in the system catalog only, so include_system does not add
    schemas to a user catalog.

Container image: ghcr.io/gizmodata/gizmosql-mcp:0.4.1 (linux/amd64, linux/arm64)
Helm chart: oci://ghcr.io/gizmodata/charts/gizmosql-mcp --version 0.4.1