litellm/tests/litellm/proxy
Rahul Dhanawade 64c85dbc9f
Fix/claude code plugin schema (#22271)
* 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
2026-02-27 15:59:37 -08:00
..
_experimental/mcp_server Fix/non standard mcp url pattern (#19738) 2026-01-25 23:00:53 -08:00
guardrails fix Unauthenticated RCE and Sandbox Escape in Custom Code Guardrail 2026-02-25 17:57:32 +05:30
management_endpoints fix(proxy): skip premium check for empty metadata fields on team/key update 2026-02-06 14:50:24 -05:00
test_claude_code_marketplace.py Fix/claude code plugin schema (#22271) 2026-02-27 15:59:37 -08:00
test_init_litellm_callbacks.py fix: prevent double-counting of litellm_proxy_total_requests_metric (#21159) 2026-02-16 09:10:49 -08:00
test_model_based_routing_files_batches.py fix(proxy): use batch_ prefix for Vertex AI batch IDs in encode_file_id_with_model (#21624) 2026-02-20 08:32:46 -08:00
test_prisma_engine_watchdog.py fix(proxy): recover from prisma-query-engine zombie process (#21899) 2026-02-23 08:57:01 -08:00