opencode hangs when trying to end it #995

Closed
opened 2026-02-16 17:29:02 -05:00 by yindo · 1 comment
Owner

Originally created by @michabbb on GitHub (Jul 30, 2025).

Originally assigned to: @thdxr on GitHub.

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......

this - i guess - is related to #1001 #1244

Originally created by @michabbb on GitHub (Jul 30, 2025). Originally assigned to: @thdxr on GitHub. this is related to MCPs, without having any MCPs configured, this does not happen. in my case it´s: ```json "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...... this - i guess - is related to #1001 #1244
yindo closed this issue 2026-02-16 17:29:02 -05:00
Author
Owner

@thegeorgeous commented on GitHub (Jul 31, 2025):

Can confirm. I have Context7 and Github MCP servers running as docker containers on local, and they get stuck both when starting up and stopping opencode.

@thegeorgeous commented on GitHub (Jul 31, 2025): Can confirm. I have Context7 and Github MCP servers running as docker containers on local, and they get stuck both when starting up and stopping opencode.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#995