mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 01:54:23 +08:00
* feat: add OpenCode support to MCP clients - Add OpenCodeMcpConfig interface and type guard - Add OpenCode to MCP_CLIENTS array with remote config - Include OAuth authentication instructions - Add OpenCode icons with correct naming convention - Fix duplicate JSON config display by removing primaryInstructions Resolves FE-2350 * added missing images
Supabase UI Patterns
This package should be used for components which are built using NPM libraries (react-markdown, reactflow for example),
which make no sense to be included in all apps. It should also be used for components which are constructed using various
components from the ui package.
This package does not have a barrel file - each component has to be imported from its index
(ui-patterns/PrivacySettings, for example). This is intentional so that adding a new component which is used only in
1 or 2 apps doesn't burden the rest of the apps.