@gizmodata/gizmosql-mcp 0.2.1 → 0.2.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/CHANGELOG.md +8 -0
- package/README.md +9 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.2] - 2026-09-03
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Each release now also attaches an unversioned `gizmosql-mcp.mcpb` (and
|
|
14
|
+
`.sha256`), so the stable link
|
|
15
|
+
https://github.com/gizmodata/gizmosql-mcp/releases/latest/download/gizmosql-mcp.mcpb
|
|
16
|
+
always downloads the newest bundle. The README links to it.
|
|
17
|
+
|
|
10
18
|
## [0.2.1] - 2026-09-03
|
|
11
19
|
|
|
12
20
|
### Fixed
|
package/README.md
CHANGED
|
@@ -59,11 +59,17 @@ Example call:
|
|
|
59
59
|
|
|
60
60
|
## Installation
|
|
61
61
|
|
|
62
|
+
Quick links: [latest `.mcpb` download](https://github.com/gizmodata/gizmosql-mcp/releases/latest/download/gizmosql-mcp.mcpb)
|
|
63
|
+
· [npm package](https://www.npmjs.com/package/@gizmodata/gizmosql-mcp)
|
|
64
|
+
· [all releases](https://github.com/gizmodata/gizmosql-mcp/releases)
|
|
65
|
+
|
|
62
66
|
### Claude Desktop extension (`.mcpb`)
|
|
63
67
|
|
|
64
|
-
1. Download
|
|
65
|
-
[
|
|
66
|
-
|
|
68
|
+
1. Download the latest bundle:
|
|
69
|
+
**[gizmosql-mcp.mcpb](https://github.com/gizmodata/gizmosql-mcp/releases/latest/download/gizmosql-mcp.mcpb)**
|
|
70
|
+
(checksum: [gizmosql-mcp.mcpb.sha256](https://github.com/gizmodata/gizmosql-mcp/releases/latest/download/gizmosql-mcp.mcpb.sha256)).
|
|
71
|
+
Every release also carries a versioned copy, `gizmosql-mcp-<version>.mcpb`, on the
|
|
72
|
+
[Releases](https://github.com/gizmodata/gizmosql-mcp/releases) page.
|
|
67
73
|
2. Either double-click the file, or in Claude Desktop open **Settings → Extensions →
|
|
68
74
|
Advanced settings → Install Extension…** and pick the file.
|
|
69
75
|
3. Fill in the settings (host, port, credentials, limits). Credentials are marked sensitive
|