Skip to content

Commit 1d8ceb6

Browse files
szhygulinclaude
andcommitted
chore(release): 0.14.1
Patch release. Three doc-only PRs since v0.14.0: - #629 sync skill pin to v0.10 - #631 roadmap cleanup (link missing plans, fix broken links) - #632 install docs — Step 0 host-client detection, Windows cmd /c wrapper No code changes; the bump exists to ship the install-doc fix to npm and the MCP Registry so agents fetching AGENTS.md (or vaultpilot-mcp metadata) see the corrected Step 2 routing. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 0dd49e1 commit 1d8ceb6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vaultpilot-mcp",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"mcpName": "io.github.szhygulin/vaultpilot-mcp",
55
"description": "Safety first. Hardware-verified DeFi for AI agents — designed for when the AI can be compromised.",
66
"type": "module",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "io.github.szhygulin/vaultpilot-mcp",
44
"title": "VaultPilot MCP",
55
"description": "Self-custodial crypto + DeFi MCP for AI agents. Ledger-signed. EVM, TRON, Solana, BTC, LTC.",
6-
"version": "0.14.0",
6+
"version": "0.14.1",
77
"websiteUrl": "https://github.com/szhygulin/vaultpilot-mcp",
88
"repository": {
99
"url": "https://github.com/szhygulin/vaultpilot-mcp",
@@ -14,7 +14,7 @@
1414
"registryType": "npm",
1515
"registryBaseUrl": "https://registry.npmjs.org",
1616
"identifier": "vaultpilot-mcp",
17-
"version": "0.14.0",
17+
"version": "0.14.1",
1818
"transport": { "type": "stdio" },
1919
"environmentVariables": [
2020
{

src/modules/incident-report/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { redactEnvelope, type RedactionMode } from "./redact.js";
3737
* a specific release. Static import (vs reading package.json at
3838
* runtime) keeps the snapshot consistent with the build artifact.
3939
*/
40-
const SERVER_VERSION = "0.14.0";
40+
const SERVER_VERSION = "0.14.1";
4141

4242
interface PairingSummary {
4343
chain: "solana" | "tron" | "bitcoin" | "litecoin";

0 commit comments

Comments
 (0)