-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I noticed that when running a query such as this, the mcp server fails: "Can you give me the number of documents where the city is equal to austin for the customers collection?"
The query params are:
"bucket_name": "mcp_demo",
"scope_name": "inventory",
"query": "SELECT COUNT(*) AS count FROM mcp_demo.inventory.customers WHERE city = 'Austin'"
But then it says there is no index for it, then it creates a primary and secondary index, but it never succeeds.
When the data is in an analytics collection, in an analytics namespace, it functions fine.
Metadata
Metadata
Assignees
Labels
No labels