From 565911329e276a7d17617b7711991b459ae772ae Mon Sep 17 00:00:00 2001 From: Mathieu Picciolli Date: Wed, 26 Aug 2026 20:39:47 -0400 Subject: [PATCH] chore: bump version to 0.4.1 Patch release carrying the startup fix from #55: 0.4.0 crashes on `npx pcm-mcp@0.4.0` because manifest.json is not shipped in the npm tarball. Co-Authored-By: Claude Opus 5 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index eaabe1c..c1fe382 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": "0.3", "name": "pcm-mcp-server", - "version": "0.4.0", + "version": "0.4.1", "description": "MCP server for querying and editing Pro Cycling Manager game databases", "long_description": "MCP server for querying and editing Pro Cycling Manager game databases. PCM stores its data as binary .cdb database files. Your own saves, but also the official releases and community updates. This server discovers your saves, and inspects and queries any .cdb via the MCP protocol, so AI assistants can explore it in a structured way. Write tools never modify the source: edits are always serialized to a new .cdb file, and existing files are never overwritten.", "author": { diff --git a/package-lock.json b/package-lock.json index 948986e..eaa9128 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pcm-mcp", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pcm-mcp", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "dependencies": { "@anthropic-ai/mcpb": "^2.1.2", diff --git a/package.json b/package.json index 771786f..246ff63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pcm-mcp", - "version": "0.4.0", + "version": "0.4.1", "description": "MCP server for querying and editing Pro Cycling Manager game databases", "type": "module", "bin": {