You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My prompt is as follows:Please query the data where the value in the Keyword field is 187.72.65.17.
Why is it that even though I have already used the create-index method to add a query index for Keyword, when I perform a database query using this prompt, it still performs a full collection scan and shows the following error message: {"find": "Index check failed: The find operation on "mcp-test.products" performs a collection scan (COLLSCAN) instead of using an index. Consider adding an index for better performance. Use 'explain' tool for query plan analysis or 'collection-indexes' to view existing indexes. To disable this check, set MDB_MCP_INDEX_CHECK to false."}