Skip to content

Problem with Apoc call apoc.meta.schema() with Neo4j Version 5.26.12 #206

@parrot8282

Description

@parrot8282

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions