-
Notifications
You must be signed in to change notification settings - Fork 812
Labels
product: bigqueryProduct: Assigned to the BigQuery team.Product: Assigned to the BigQuery team.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Prerequisites
- I've searched the current open issues
- I've updated to the latest version of Toolbox
Toolbox version
toolbox version 0.8.0+binary.darwin.arm64.f13e9635ba64425b57805c8d64a5968ba569292c
Environment
-
OS type and version: (output of
uname -a
)
: Mac, Win -
How are you running Toolbox: - As a downloaded binary (e.g. from
curl -O https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
)
- As a container (e.g. from
us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
) - Compiled from source (include the command used to build)
: Following this GCP docs for Cursor - MCP
: https://cloud.google.com/bigquery/docs/pre-built-tools-with-mcp-toolbox#mcp-configure-your-mcp-client-cursor
Client
- Client:
- Version:
- Example: If possible, please include your code of configuration:
# Code goes here!
Expected Behavior
return appropriate value OR success message when the job is performed.
Current Behavior
after connecting BQ MCP toolbox, It can perform bigquery-execute-sql
, but some jobs such as DELETE, SELECT * from empty table returns error msg(Error: no result from tool. The user likely interrupted the tool call to send you a message.) but actually it worked when I checked it the table in BQ
Steps to reproduce?
- setup MCP Toolbox for BQ in Cursor based on this doc(https://cloud.google.com/bigquery/docs/pre-built-tools-with-mcp-toolbox#mcp-configure-your-mcp-client-cursor)
- Asking Cursor to perform table row DELETE OR SELECT * to the empty table
Additional Details
No response
Metadata
Metadata
Assignees
Labels
product: bigqueryProduct: Assigned to the BigQuery team.Product: Assigned to the BigQuery team.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.