From a2bd68ad0937c43fa66e803249ba258d890241f5 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Fri, 14 Nov 2025 17:28:21 +0000 Subject: [PATCH] uncomment --- mcp_codebase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_codebase.py b/mcp_codebase.py index a2587f4..693df57 100644 --- a/mcp_codebase.py +++ b/mcp_codebase.py @@ -2532,7 +2532,7 @@ def _connect_impl_relationships(graph, node_id, node_data): def build_bevy_relationships(graph, created_nodes): """Build Bevy-specific relationships""" - # Extract return type = 0 + connections = 0 # Find all plugin structs and impls plugin_structs = {}