mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
feat(mcp): register LiteLLM_MCPToolsetTable in prisma client initialization
This commit is contained in:
parent
8b338cdf39
commit
7ac2e590be
1 changed files with 7 additions and 1 deletions
|
|
@ -387,7 +387,13 @@ class PrismaManager:
|
|||
else:
|
||||
# Use prisma db push with increased timeout
|
||||
subprocess.run(
|
||||
["prisma", "db", "push", "--accept-data-loss"],
|
||||
[
|
||||
"prisma",
|
||||
"db",
|
||||
"push",
|
||||
"--accept-data-loss",
|
||||
"--skip-generate",
|
||||
],
|
||||
timeout=60,
|
||||
check=True,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue