chore: format and remove unused field

This commit is contained in:
Abdusshh 2025-04-08 13:58:58 +03:00
parent 52c384a2a0
commit d7ca6b94e4
2 changed files with 1 additions and 5 deletions

View File

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

View File

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