diff --git a/manifest.json b/manifest.json index b125acd..da4316e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": "0.3", "name": "pcm-mcp-server", - "version": "0.1.0", + "version": "0.2.0", "description": "MCP server for querying Pro Cycling Manager game databases", "long_description": "MCP server for querying Pro Cycling Manager game databases. This server provides tools to discover and inspect PCM career save files via the MCP protocol, allowing AI assistants to explore your saves in a structured way. This server is strictly read-only", "author": { diff --git a/package-lock.json b/package-lock.json index 4c80612..7f85727 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pcm-mcp", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pcm-mcp", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "dependencies": { "@anthropic-ai/mcpb": "^2.1.2", diff --git a/package.json b/package.json index 26de018..facf5da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pcm-mcp", - "version": "0.1.0", + "version": "0.2.0", "description": "MCP server for querying Pro Cycling Manager game databases", "type": "module", "bin": {