db-mcp 1.0.1 → 1.0.2
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/README.md +1 -2
- package/package.json +1 -1
- package/server.json +4 -4
package/README.md
CHANGED
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
**SQLite MCP Server** with HTTP/SSE Transport, OAuth 2.1 authentication, smart tool filtering, granular access control, 122 specialized tools, 8 resources, and 10 prompts. Available in WASM and better-sqlite3 variants.
|
|
6
6
|
|
|
7
|
-
> **v1.0.0** - Production-ready SQLite MCP Server with full feature support.
|
|
8
|
-
|
|
9
7
|
[](https://github.com/neverinfamous/db-mcp)
|
|
8
|
+
[](https://github.com/neverinfamous/db-mcp/releases/latest)
|
|
10
9
|
[](https://www.npmjs.com/package/db-mcp)
|
|
11
10
|
[](https://hub.docker.com/r/writenotenow/db-mcp)
|
|
12
11
|
[](https://opensource.org/licenses/MIT)
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
"name": "io.github.neverinfamous/db-mcp",
|
|
4
4
|
"title": "db-mcp (SQLite MCP Server)",
|
|
5
5
|
"description": "SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.2",
|
|
7
7
|
"packages": [
|
|
8
8
|
{
|
|
9
9
|
"registryType": "npm",
|
|
10
10
|
"identifier": "db-mcp",
|
|
11
|
-
"version": "1.0.
|
|
11
|
+
"version": "1.0.2",
|
|
12
12
|
"transport": {
|
|
13
13
|
"type": "stdio"
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"registryType": "oci",
|
|
18
|
-
"identifier": "docker.io/writenotenow/db-mcp:v1.0.
|
|
19
|
-
"version": "1.0.
|
|
18
|
+
"identifier": "docker.io/writenotenow/db-mcp:v1.0.2",
|
|
19
|
+
"version": "1.0.2",
|
|
20
20
|
"transport": {
|
|
21
21
|
"type": "stdio"
|
|
22
22
|
}
|