diff --git a/internal/mcp/mcp_test.go b/internal/mcp/mcp_test.go index d6b1e31..3ebf403 100644 --- a/internal/mcp/mcp_test.go +++ b/internal/mcp/mcp_test.go @@ -72,6 +72,7 @@ func ingestViaHandler(t *testing.T, reg *module.Registry, store event.Store, req if err := store.Store(context.Background(), ev); err != nil { t.Fatal(err) } + reg.NotifyEventStored(ev) return ev.UUID } }