mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
Throwaway UI mockup so we can show the customer the end-to-end flow for
per-user MCP credentials before committing to a real implementation.
Flow demoed:
1. Admin adds env vars (3 columns: name, value, scope=Global|Per-user) in
"Add MCP Server"; values can be interpolated in Static Headers as
${VAR_NAME}.
2. User's dashboard cell turns red with "N user fields missing" when their
per-user fields are unset.
3. "Try in Claude Code" preview shows a friendly error naming the missing
fields plus a deep link back to the fill modal.
4. Fill modal saves, badge flips to green Ready, preview now shows
Connected.
Mock state lives entirely in localStorage keyed by (server alias, user id);
no backend wiring. All new code is under components/mcp_tools/mock/ so it
can be torn out once we know what the real shape should be.
|
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||