From 88731f6d1b4c2ad45af5b7eb1ecad4b76b1aa321 Mon Sep 17 00:00:00 2001 From: Mathieu Picciolli Date: Sun, 30 Aug 2026 22:25:31 -0400 Subject: [PATCH] chore: bump version to 0.5.0 The rename to @pcmstack/mcp changes the package and bin names, which breaks existing configs, so this goes in the minor slot rather than a patch. Bumps the bundle manifest alongside package.json, as the .mcpb carries its own version. 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 a25c924..46e8312 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": "0.3", "name": "pcmstack", "display_name": "PCMStack", - "version": "0.4.1", + "version": "0.5.0", "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 dd8d862..cd7999f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pcmstack/mcp", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pcmstack/mcp", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "dependencies": { "@anthropic-ai/mcpb": "^2.1.2", diff --git a/package.json b/package.json index 08eea49..4769671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pcmstack/mcp", - "version": "0.4.1", + "version": "0.5.0", "description": "MCP server for querying and editing Pro Cycling Manager game databases", "type": "module", "bin": {