From 36a6e3bcfec55bcb67a62ac409ee6fbcfe9066d2 Mon Sep 17 00:00:00 2001 From: Abdusshh Date: Tue, 8 Apr 2025 21:11:30 +0300 Subject: [PATCH] chore: update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"