-
Notifications
You must be signed in to change notification settings - Fork 107
Failed to validate tool 9f1_read_neo4j_cypher: TypeError: Cannot use 'in' operator to search for 'type' in true #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
please provide more information according to the issue template |
Actual Behavior (Mandatory) Failed to validate tool 9f1_read_neo4j_cypher: TypeError: Cannot use 'in' operator to search for 'type' in true I've used MCP with vscode copilot, It does works with get_schema_cypher functionality, but when i tried by calling read_neo4j_cypher it gives the error "Failed to validate tool 9f1_read_neo4j_cypher" |
Very similar to this, I get Examples of my prompts:
MCP config as:
It fails so quickly that I doubt the llm is even requested. |
I ran into the same issue with VS Code. But everything worked fine with VS Code Insiders. |
Can confirm, this happens to me too. |
It would be good if you could also share the generated cypher queries, as in read_cypher it's the cypher query that the LLM generates, so not much we can do from an MCP perspective. the get_schema tool uses a pre-canned query to determine the schema, which works |
I have exactly the same issue. Will try VS Code Insiders. EDIT: confirmed - error disappears when using VSCode Insiders and the MCP server is working properly. |
Uh oh!
There was an error while loading. Please reload this page.
Expected Behavior (Mandatory)
Failed to validate tool read_neo4j_cypher: TypeError: Cannot use 'in' operator to search for 'type' in true
Actual Behavior (Mandatory)
Failed to validate tool 9f1_read_neo4j_cypher: TypeError: Cannot use 'in' operator to search for 'type' in true
I've used MCP with vscode copilot, It does works with get_schema_cypher functionality, but when i tried by calling read_neo4j_cypher it gives the error "Failed to validate tool 9f1_read_neo4j_cypher"
The text was updated successfully, but these errors were encountered: