Skip to content

Commit 20e0c9c

Browse files
committed
chore: remove unused type
1 parent b2657b8 commit 20e0c9c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/mcp-server-supabase/src/server.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,6 @@ import { parseFeatureGroups } from './util.js';
1515

1616
const { version } = packageJson;
1717

18-
export type SupabasePlatformOptions = {
19-
/**
20-
* The access token for the Supabase Management API.
21-
*/
22-
accessToken: string;
23-
24-
/**
25-
* The API URL for the Supabase Management API.
26-
*/
27-
apiUrl?: string;
28-
};
29-
3018
export type SupabaseMcpServerOptions = {
3119
/**
3220
* Platform implementation for Supabase.

0 commit comments

Comments
 (0)