Skip to content

read-only mode #11

Description

@rthomazel

Hi, this is a nice MCP server! Just what I needed. :)

What are your thoughts into adding an option like --read-only? It would improve security and remove risk from using in production systems.
We can implement using native Postgres options like

BEGIN;
SET TRANSACTION READ ONLY;
delete from members where email like '%rthomazel%';
-- error: cannot delete in a read only tx!
commit;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions