From c8ccc226a1540130e2e1ee6b0036fb4ccc668c4c Mon Sep 17 00:00:00 2001 From: Stefan Steiner Date: Mon, 18 May 2026 02:52:13 -0700 Subject: [PATCH] fix(ci): include README.md in hyperdb-mcp npm package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hyperdb-mcp main package publishes from hyperdb-mcp/npm/ which has no README — npmjs.com shows a blank page. Copy hyperdb-mcp/README.md into the publish directory before npm publish. --- .github/workflows/npm-build-publish.yml | 3 +++ hyperdb-mcp/npm/package.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-build-publish.yml b/.github/workflows/npm-build-publish.yml index c9841e0..4a185af 100644 --- a/.github/workflows/npm-build-publish.yml +++ b/.github/workflows/npm-build-publish.yml @@ -263,6 +263,9 @@ jobs: done done + - name: Copy README into hyperdb-mcp npm publish directory + run: cp hyperdb-mcp/README.md hyperdb-mcp/npm/README.md + - name: Determine npm dist-tag id: dist-tag run: | diff --git a/hyperdb-mcp/npm/package.json b/hyperdb-mcp/npm/package.json index ed94a4c..52988a1 100644 --- a/hyperdb-mcp/npm/package.json +++ b/hyperdb-mcp/npm/package.json @@ -11,7 +11,8 @@ "hyperdb-mcp-win32-x64-msvc": "0.1.1" }, "files": [ - "bin.js" + "bin.js", + "README.md" ], "keywords": [ "hyper",