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
Copy file name to clipboardExpand all lines: mcp_server/src/mcp_server_neo4j_gds/centrality_algorithm_specs.py
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -177,19 +177,14 @@
177
177
inputSchema={
178
178
"type": "object",
179
179
"properties": {
180
-
"nodes": {
181
-
"type": "array",
182
-
"items": {"type": "string"},
183
-
"description": "List of node names to filter degree centrality results for.",
184
-
},
185
-
"nodeIdentifierProperty": {
186
-
"type": "string",
187
-
"description": "Property name to use for identifying nodes (e.g., 'name', 'Name', 'title'). Use get_node_properties_keys to find available properties.",
188
-
},
189
180
"orientation": {
190
181
"type": "string",
191
182
"description": "The orientation used to compute node degrees. Supported orientations are NATURAL (for out-degree), REVERSE (for in-degree) and UNDIRECTED (for both in-degree and out-degree) ",
192
183
},
184
+
"relationshipWeightProperty": {
185
+
"type": "string",
186
+
"description": "Property of the relationship to use for weighting. If not specified, all relationships are treated equally.",
0 commit comments