File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ We do not recommend letting LLM-based agents insert or modify data by itself.
45
45
As such, only ` SELECT ` statements are permitted and forwarded to the database.
46
46
All other operations will raise a ` ValueError ` exception, unless the
47
47
` CRATEDB_MCP_PERMIT_ALL_STATEMENTS ` environment variable is set to a
48
- truthy value.
48
+ truthy value. This is ** not ** recommended.
49
49
50
50
# Install
51
51
``` shell
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def sql_is_permitted(expression: str) -> bool:
15
15
Validate the SQL expression, only permit read queries by default.
16
16
17
17
When the `CRATEDB_MCP_PERMIT_ALL_STATEMENTS` environment variable is set,
18
- allow all types of statements.
18
+ allow all types of statements. This is **not** recommended.
19
19
20
20
FIXME: Revisit implementation, it might be too naive or weak.
21
21
Issue: https://github.com/crate/cratedb-mcp/issues/10
You can’t perform that action at this time.
0 commit comments