You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No reason that we should be using environment variables and dotenv; this is breaking deno as the only permission i want to pass is allow-net. the MCP server shouldnt require access to my file system.
We can easily just pass in command line arguments.
Contextually when I raised this issue, the response was
"The MCP server in this case doesn’t really deal with the file system or env variables — it just sends requests to a remote API. So there’s not much risk in practice."
The alternative approach would be to keep using that environment variable but not using dotenv as it will try to search your file system for .env files -- we shouldn't require access to the filesystem as per the discussion in #7
Uh oh!
There was an error while loading. Please reload this page.
No reason that we should be using environment variables and dotenv; this is breaking deno as the only permission i want to pass is
allow-net
. the MCP server shouldnt require access to my file system.We can easily just pass in command line arguments.
Contextually when I raised this issue, the response was
#7 (comment)
The text was updated successfully, but these errors were encountered: