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 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
  [![GitHub](https://img.shields.io/badge/GitHub-neverinfamous/db--mcp-blue?logo=github)](https://github.com/neverinfamous/db-mcp)
8
+ [![GitHub Release](https://img.shields.io/github/v/release/neverinfamous/db-mcp)](https://github.com/neverinfamous/db-mcp/releases/latest)
10
9
  [![npm](https://img.shields.io/npm/v/db-mcp)](https://www.npmjs.com/package/db-mcp)
11
10
  [![Docker Pulls](https://img.shields.io/docker/pulls/writenotenow/db-mcp)](https://hub.docker.com/r/writenotenow/db-mcp)
12
11
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "db-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "SQLite MCP server with OAuth 2.1 authentication, HTTP/SSE transport, and smart tool filtering",
5
5
  "mcpName": "io.github.neverinfamous/db-mcp",
6
6
  "type": "module",
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.1",
6
+ "version": "1.0.2",
7
7
  "packages": [
8
8
  {
9
9
  "registryType": "npm",
10
10
  "identifier": "db-mcp",
11
- "version": "1.0.1",
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.1",
19
- "version": "1.0.1",
18
+ "identifier": "docker.io/writenotenow/db-mcp:v1.0.2",
19
+ "version": "1.0.2",
20
20
  "transport": {
21
21
  "type": "stdio"
22
22
  }