From 3b2be461190f3a62899cbdd9194fa25e9dc3b71c Mon Sep 17 00:00:00 2001 From: czlonkowski <56956555+czlonkowski@users.noreply.github.com> Date: Fri, 26 Sep 2025 09:35:58 +0200 Subject: [PATCH] fix: add @supabase/supabase-js to runtime dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The telemetry system requires Supabase client at runtime. This fixes CI build and test failures. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- package.runtime.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.runtime.json b/package.runtime.json index fae6d9b..2d04dbb 100644 --- a/package.runtime.json +++ b/package.runtime.json @@ -5,6 +5,7 @@ "private": true, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.2", + "@supabase/supabase-js": "^2.57.4", "express": "^5.1.0", "dotenv": "^16.5.0", "lru-cache": "^11.2.1",