@spences10/pi-sqlite-tools 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@spences10/pi-sqlite-tools)
|
|
6
6
|
[](https://www.npmjs.com/package/@spences10/pi-sqlite-tools)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
Make SQLite work safer than ad-hoc shell commands. `pi-sqlite-tools`
|
|
9
|
+
reminds agents to use the gated `mcp-sqlite-tools` workflow for
|
|
10
|
+
inspecting, querying, backing up, and modifying databases instead of
|
|
11
|
+
raw `sqlite3` scripts.
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spences10/pi-sqlite-tools",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.11",
|
|
4
|
+
"description": "SQLite safety workflow reminder that steers Pi agents to use gated mcp-sqlite-tools instead of raw sqlite3",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"database",
|
|
7
7
|
"mcp",
|