-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
this is related to MCPs, without having any MCPs configured, this does not happen.
in my case it´s:
"mcp": {
"jetbrains": {
"type": "local",
"command": ["npx","-y","@jetbrains/mcp-proxy"],
"enabled": true,
"environment": {
"IDE_PORT": "63341",
"HOST": "192.168.178.xxx"
}
}
when killing all node procsses:
kill -9 $(ps ax|grep node|grep jetbrains|awk {'print $1'})
opencode ends......
thegeorgeous and xuyangyuio
Metadata
Metadata
Assignees
Labels
No labels