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": {