chore: update package.json

This commit is contained in:
Abdusshh 2025-04-08 21:11:30 +03:00
parent dd3b1661c1
commit 36a6e3bcfe

View File

@ -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"