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