* fix: add missing LiteLLM_ClaudeCodePluginTable to schema.prisma - Claude Code Plugin Marketplace endpoints (/claude-code/marketplace.json, /claude-code/plugins) were returning 500 errors because LiteLLM_ClaudeCodePluginTable model was missing from both schema.prisma files - Prisma client was generated without this table causing AttributeError: 'Prisma' object has no attribute 'litellm_claudecodeplugintable' - Added missing model definition to root schema.prisma and litellm/proxy/schema.prisma Fixes #21310 * test: add regression test for LiteLLM_ClaudeCodePluginTable schema * fix: address greptile review - add @updatedAt, clean up test imports |
||
|---|---|---|
| .. | ||
| _experimental/mcp_server | ||
| guardrails | ||
| management_endpoints | ||
| test_claude_code_marketplace.py | ||
| test_init_litellm_callbacks.py | ||
| test_model_based_routing_files_batches.py | ||
| test_prisma_engine_watchdog.py | ||