Expected Behavior (Mandatory)
In the server.py we have a function that perferm this query to get a schema:
**get_schema_query = """
CALL apoc.meta.graph();
"""**
The mcp server reads the schema of Neo4j Db-
Actual Behavior (Mandatory)
It has this issue the code:
get_schema_query = """
CALL apoc.meta.graph();
"""
It has this issue:
Failed to invoke procedure apoc.meta.schema: Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Sets
The procedure apoc.meta.graph() is not compatible with neo4j-5.26.12
How to Reproduce the Problem
The problem happens when I start the MCP server,
Simple Example
Datasets and Statements
Screenshots (where it's possibile)
Specifications (Mandatory)
Currently used versions
Versions
- OS: mcp-standa (Docker)
- Library: apoc: "5.26.12"
- Neo4j: 5.26.12