mirror of
https://github.com/upstash/context7.git
synced 2025-12-07 12:31:28 +00:00
chore: format and remove unused field
This commit is contained in:
parent
52c384a2a0
commit
d7ca6b94e4
@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user