litellm/ui
Claude 0e478ed03c
proto(mcp): allow editing env vars after server creation
Adds the same EnvVarsSection to the existing Edit Settings flow
(MCPServerEdit). On mount, pre-fills the form from localStorage keyed by
the server's current alias; on save, persists the updated definitions
back (re-keyed under the new alias if it was renamed). No backend wiring
— same mock pattern as the create flow.

Verified via temporary scaffold (now removed):
- Mounts MCPServerEdit against a stub server with 3 seeded defs
- Form renders all 3 rows pre-filled
- Add/remove/change-scope work
- Save persists the new defs to localStorage even though the API call
  fails in the verify harness (persistence runs before updateMCPServer).
2026-05-21 03:05:48 +00:00
..
litellm-dashboard proto(mcp): allow editing env vars after server creation 2026-05-21 03:05:48 +00:00
Dockerfile feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00
nginx.conf feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00