(no title)
gregnr
|
7 months ago
We're experimenting with a PostgREST MCP server that will take full advantage of table permissions and row level security policies. This will be useful if you strictly want to give LLMs access to data (not DDL). Since it piggybacks off of our existing auth infrastructure, it will allow you to apply the exact fine grain policies that you are comfortable with down to the row level.
jonplackett|7 months ago
Do you think it will be too limiting in any way? Is there a reason you didn’t just do this from the start as it seems kinda obvious?
gregnr|7 months ago