Skip to content

Commit a0f5eda

Browse files
authored
feat: add design category (#92)
Add "design" category for servers like Figma MCP that were failing to sync due to FOREIGN KEY constraint on missing category. Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 7a8e214 commit a0f5eda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

categories.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
{ "id": "documentation", "name": "Documentation", "icon": "book-open", "display_order": 9 },
1111
{ "id": "ai-ml", "name": "AI & Machine Learning", "icon": "brain", "display_order": 10 },
1212
{ "id": "monitoring", "name": "Monitoring & Observability", "icon": "activity", "display_order": 11 },
13-
{ "id": "security", "name": "Security", "icon": "shield", "display_order": 12 }
13+
{ "id": "security", "name": "Security", "icon": "shield", "display_order": 12 },
14+
{ "id": "design", "name": "Design", "icon": "palette", "display_order": 13 }
1415
]

0 commit comments

Comments
 (0)