We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4adea8 commit a7f1d07Copy full SHA for a7f1d07
2 files changed
registry/server/lib/allowlist.ts
@@ -10,7 +10,7 @@
10
11
export const ALLOWED_SERVERS: string[] = [
12
"ai.exa/exa",
13
- "ai.klavis/strata",
+ "ai.klavis/strata",
14
"com.supabase/mcp",
15
"ai.mcpanalytics/analytics",
16
"ai.packmind/mcp-server",
registry/server/lib/verified.ts
@@ -22,6 +22,7 @@ export const VERIFIED_SERVERS: string[] = [
22
"com.linear/linear",
23
"io.github.timescale/pg-aiguide",
24
"com.microsoft/microsoft-learn-mcp",
25
+ "com.supabase/mcp",
26
];
27
28
/**
0 commit comments