@spences10/pi-sqlite-tools 0.0.2 → 0.0.3
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 +8 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
# @spences10/pi-sqlite-tools
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@spences10/pi-sqlite-tools)
|
|
4
|
+
[](https://viteplus.dev)
|
|
5
|
+
[](https://vitest.dev)
|
|
6
|
+
|
|
3
7
|
Pi extension that reminds the model to prefer `mcp-sqlite-tools` for
|
|
4
|
-
SQLite database work instead of raw `sqlite3` shell commands.
|
|
8
|
+
SQLite database work instead of raw `sqlite3` shell commands. It does
|
|
9
|
+
not start or duplicate the MCP server; it only injects workflow
|
|
10
|
+
guidance when SQLite MCP tools are available.
|
|
5
11
|
|
|
6
|
-
|
|
7
|
-
duplicate its tools. `mcp-sqlite-tools` remains the source of truth;
|
|
8
|
-
this extension only injects workflow guidance when SQLite MCP tools
|
|
9
|
-
are available.
|
|
12
|
+
Maintained in the `my-pi` Vite+ workspace and tested with Vitest.
|
|
10
13
|
|
|
11
14
|
## Installation
|
|
12
15
|
|