fix add allowed tools

This commit is contained in:
Ishaan Jaffer
2025-10-04 12:37:12 -07:00
parent 7a176804f3
commit 51457541b0
@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "LiteLLM_MCPServerTable" ADD COLUMN "allowed_tools" TEXT[] DEFAULT ARRAY[]::TEXT[];