@functional-systems/lambdadb-mcp 0.1.0-dev.5 → 0.1.0

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 CHANGED
@@ -1,11 +1,12 @@
1
1
  # Changelog
2
2
 
3
- ## Unreleased
3
+ ## [0.1.0] - 2026-09-20
4
4
 
5
- - Prepare `@functional-systems/lambdadb-mcp` and the `lambdadb-mcp` executable for npm/npx distribution under Apache-2.0.
6
- - Add gated OIDC publishing for develop, rc and stable channels with exact tarball consumer checks.
5
+ - Package `@functional-systems/lambdadb-mcp` and the `lambdadb-mcp` executable for npm/npx distribution under Apache-2.0.
6
+ - Add OIDC publishing for develop, rc and stable channels with exact tarball consumer checks; automatic dev publishing is enabled.
7
7
  - Derive the MCP server version from package metadata and close the process on stdio disconnect or termination.
8
8
  - Raise the supported Node.js floor to 22.14.0; verify the minimum and current Node 22/24 LTS.
9
9
  - Preserve the existing environment variables, read-only default and explicit write opt-in.
10
10
  - Require explicit development-project confirmation before running the optional live smoke.
11
11
  - Refresh compatible locked dependencies; the audited dependency tree has no known advisories at validation time.
12
+ - Record successful npm-installed stdio and authorized development-service validation of the dev distribution.
package/README.md CHANGED
@@ -16,7 +16,7 @@ Requires Node.js >=22.14.0; CI tests the minimum and current Node 22/24 LTS.
16
16
 
17
17
  The package is published on the `dev` channel. Until a stable release exists,
18
18
  select `@dev` or an exact published prerelease. As verified on 2026-09-20 (KST),
19
- `dev` resolves to `0.1.0-dev.4`; `latest` still points to the bootstrap prerelease
19
+ `dev` resolves to `0.1.0-dev.5`; `latest` still points to the bootstrap prerelease
20
20
  `0.1.0-dev.1` and does not indicate a stable release. See
21
21
  [release status and policy](RELEASING.md).
22
22
 
package/RELEASING.md CHANGED
@@ -13,11 +13,13 @@ As verified on **2026-09-20 (KST)**:
13
13
  - Automatic dev publication is enabled (`NPM_DEV_PUBLISH_ENABLED=true`). Eligible
14
14
  develop pushes publish after validation; a documentation-only merge can also
15
15
  produce a new dev version.
16
- - `dev=0.1.0-dev.4`; `latest=0.1.0-dev.1` is still the bootstrap prerelease.
16
+ - `dev=0.1.0-dev.5`; `latest=0.1.0-dev.1` is still the bootstrap prerelease.
17
17
  There is no rc/stable release or GitHub Release yet. Prefer `@dev` or an exact
18
18
  published version until stable is available.
19
- - main still needs the publishing workflow and reviewed release metadata before
20
- rc/stable publication. See [explicit rc/stable publication](#explicit-rcstable-publication).
19
+ - The `0.1.0` stable candidate carries the publishing workflow and matching dated
20
+ release metadata for main review. Merging the candidate validates main but does
21
+ not publish a package. Publication requires the explicit GitHub release
22
+ `v0.1.0` with `prerelease: false`, which publishes to `latest`; see [explicit rc/stable publication](#explicit-rcstable-publication).
21
23
  - See the [validation record](https://github.com/lambdadb/lambdadb-mcp/blob/develop/docs/validation/2026-09-20-npm.md) for package,
22
24
  provenance, and live-service evidence and their separate scopes.
23
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functional-systems/lambdadb-mcp",
3
- "version": "0.1.0-dev.5",
3
+ "version": "0.1.0",
4
4
  "private": false,
5
5
  "description": "MCP server for LambdaDB data plane",
6
6
  "type": "module",
@@ -60,5 +60,5 @@
60
60
  "access": "public",
61
61
  "registry": "https://registry.npmjs.org"
62
62
  },
63
- "gitHead": "f6a58dcdcd56590137d3a36fc588d0e13fa7f6cb"
63
+ "gitHead": "29be7b9cca26c6e619e9f9ad689cca3663c09d46"
64
64
  }