diff --git a/manifest.json b/manifest.json index d13403a..b609d53 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": "0.3", "name": "pcm-mcp-server", - "version": "0.2.0", + "version": "0.3.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. This server provides tools to discover, inspect and query PCM career save files via the MCP protocol, allowing AI assistants to explore your saves in a structured way. Write tools never modify the source save: 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 4d487a3..abfb559 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pcm-mcp", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pcm-mcp", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "@anthropic-ai/mcpb": "^2.1.2", diff --git a/package.json b/package.json index 9e37863..ac45dac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pcm-mcp", - "version": "0.2.0", + "version": "0.3.0", "description": "MCP server for querying Pro Cycling Manager game databases", "type": "module", "bin": {