Skip to content

Commit a7f1d07

Browse files
committed
add new app
1 parent b4adea8 commit a7f1d07

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

registry/server/lib/allowlist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
export const ALLOWED_SERVERS: string[] = [
1212
"ai.exa/exa",
13-
"ai.klavis/strata",
13+
"ai.klavis/strata",
1414
"com.supabase/mcp",
1515
"ai.mcpanalytics/analytics",
1616
"ai.packmind/mcp-server",

registry/server/lib/verified.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const VERIFIED_SERVERS: string[] = [
2222
"com.linear/linear",
2323
"io.github.timescale/pg-aiguide",
2424
"com.microsoft/microsoft-learn-mcp",
25+
"com.supabase/mcp",
2526
];
2627

2728
/**

0 commit comments

Comments
 (0)