supabase-mcp icon indicating copy to clipboard operation
supabase-mcp copied to clipboard

fix: remove pg-meta dep by embedding required logic

Open gregnr opened this issue 10 months ago • 0 comments

A number of Windows-related issues are due to a build issue on libpg-query, which is a nested dependency of pg-meta.

This PR cherry picks the logic we need from pg-meta (list tables & list extensions) and embeds it into this server so that we no longer need to depend on pg-meta. In the future, we will replace this logic completely with supastructure.

gregnr avatar Apr 08 '25 22:04 gregnr