MCPcopy Create free account
hub / github.com/idosal/git-mcp / ApiKeyManagerProps

Interface ApiKeyManagerProps

app/chat/components/api-key-manager.tsx:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57] as const;
58
59interface ApiKeyManagerProps {
60 open: boolean;
61 onOpenChange: (open: boolean) => void;
62}
63
64export function ApiKeyManager({ open, onOpenChange }: ApiKeyManagerProps) {
65 // State to store API keys

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected