Skip to content

Commit fa152e0

Browse files
authored
chore: fix neo4j not listing tools (github#185)
Signed-off-by: Ivan Pedrazas <ivan.pedrazas@docker.com>
1 parent cec8520 commit fa152e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mcp/requirements.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ waitStarted:
8585
return nil, "", nil, fmt.Errorf("failed to start Neo4j: [%s]", stdout.String())
8686
}
8787

88-
return cancel, containerName, []string{"NEO4J_URL=bolt://localhost:7687"}, nil
88+
return cancel, containerName, []string{"NEO4J_URL=bolt://localhost:7687", "NEO4J_TRANSPORT=stdio"}, nil
8989
}
9090

9191
func randString(n int) string {

0 commit comments

Comments
 (0)