diff --git a/README.md b/README.md index 7baf319..396516a 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,7 @@ Add this to your Windsurf MCP config file. For more info, check the [Windsurf MC "mcpServers": { "context7": { "command": "npx", - "args": [ - "-y", - "@upstash/context7-mcp" - ] + "args": ["-y", "@upstash/context7-mcp"] } } } diff --git a/package.json b/package.json index 3716680..b25c9f8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "@upstash/context7-mcp", "version": "1.0.0", "description": "MCP server for Context7", - "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && chmod 755 build/index.js",