Skip to content

opencode hangs when trying to end it #1431

@michabbb

Description

@michabbb

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions