Possible to return typescript info for just one schema using mcp server?

Is there a way to get data for just one schema (Public) and also to use pagination, if it is too big to fetch it all at once?
3 Replies
jsibley0462
jsibley0462OP2mo ago
Just the schema metadata. Claude Code said it was too much data to bring back all at once.
tomaspozo
tomaspozo2mo ago
I'm confused between your post title and actual question... can you elaborate more on what are you trying to do and whats failing?
jsibley0462
jsibley0462OP2mo ago
I am using the supabase mcp server with claude code. I'd like to create a file with typescript info for my public schema that claude code can refer to. Claude Code was able to create documents listing tables, views, etc. but when it tried to bring back typescript info from my schema, it said that it was too many tokens and didn't seem to figure out a good way to handle this. It may be that I didn't prompt it properly or gave up to soon, but that is why I asked if it could be for just one schema (public) and if it could be pagainated (or chunked) in some way.

Did you find this page helpful?