mirror of
https://github.com/upstash/context7.git
synced 2025-06-26 23:50:04 +00:00
chore: update deno readme
There's no reason to allow broad based access to all environment variables. As of right now, there is only the downstream dependency depd (https://github.com/dougwilson/nodejs-depd) which require the NO_DEPRECATION, TRACE_DEPRECATION. Lets limit the env variables to just this alone. Also it advisible to setup some sort of CI to ensure these always work.
This commit is contained in:
parent
d2083b92a7
commit
e58addd388
@ -124,7 +124,7 @@ Pasting the following configuration into your Cursor `~/.cursor/mcp.json` file i
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "deno",
|
||||
"args": ["run", "--allow-env", "--allow-net", "npm:@upstash/context7-mcp"]
|
||||
"args": ["run", "--allow-env=NO_DEPRECATION,TRACE_DEPRECATION", "--allow-net", "npm:@upstash/context7-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user