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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,8 +303,8 @@ If you want to clone and run this MCP server directly from the source code, foll
303
303
"ALLOW_INSERT_OPERATION": "false",
304
304
"ALLOW_UPDATE_OPERATION": "false",
305
305
"ALLOW_DELETE_OPERATION": "false",
306
-
"PATH": "/Users/atlasborla/Library/Application Support/Herd/config/nvm/versions/node/v22.9.0/bin:/usr/bin:/bin", // <--- Important to add the following, run in your terminal `echo "$(which node)/../"` to get the path
307
-
"NODE_PATH": "/Users/atlasborla/Library/Application Support/Herd/config/nvm/versions/node/v22.9.0/lib/node_modules"// <--- Important to add the following, run in your terminal `echo "$(which node)/../../lib/node_modules"`
306
+
"PATH": "/path/to/node/bin:/usr/bin:/bin", // <--- Important to add the following, run in your terminal `echo "$(which node)/../"` to get the path
307
+
"NODE_PATH": "/path/to/node/lib/node_modules"// <--- Important to add the following, run in your terminal `echo "$(which node)/../../lib/node_modules"`
0 commit comments