diff --git a/package.json b/package.json index b25c9f8..45e6e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@upstash/context7-mcp", - "version": "1.0.0", + "version": "0.0.2", "description": "MCP server for Context7", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -17,7 +17,7 @@ "license": "MIT", "type": "module", "bin": { - "context7-mcp": "./build/index.js" + "context7-mcp": "build/index.js" }, "files": [ "build"