-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
18 lines (18 loc) · 859 Bytes
/
server.json
File metadata and controls
18 lines (18 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"mcpServers": {
"default-server": {
"command": "node",
"args": [
"src/servers/mcp-server-fixed.js"
],
"env": {
"HOME": "/home/danny",
"LOGNAME": "danny",
"PATH": "/home/danny/.npm/_npx/5a9d879542beca3a/node_modules/.bin:/flow/hyperdata/semem/node_modules/.bin:/flow/hyperdata/node_modules/.bin:/flow/node_modules/.bin:/node_modules/.bin:/home/danny/.nvm/versions/node/v24.0.1/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:/home/danny/.nvm/versions/node/v24.0.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",
"SHELL": "/bin/bash",
"TERM": "xterm-256color",
"USER": "danny"
}
}
}
}