mcp stdio support? #92

Closed
opened 2026-02-16 17:25:10 -05:00 by yindo · 3 comments
Owner

Originally created by @jasonmccallister on GitHub (Jun 16, 2025).

Originally assigned to: @thdxr on GitHub.

I was working on adding instructions to https://github.com/dagger/container-use to support opencode but I'm getting a specific error which might be related to stdio support?

Here is the opencode.json file:

{
  "$schema": "http://opencode.ai/config.json",
  "mcp": {
    "container-use": {
      "type": "local",
      "command": ["cu", "stdio"]
    }
  }
}

This is the error I'm getting:

Image

Originally created by @jasonmccallister on GitHub (Jun 16, 2025). Originally assigned to: @thdxr on GitHub. I was working on adding instructions to https://github.com/dagger/container-use to support opencode but I'm getting a specific error which might be related to stdio support? Here is the `opencode.json` file: ```json { "$schema": "http://opencode.ai/config.json", "mcp": { "container-use": { "type": "local", "command": ["cu", "stdio"] } } } ``` This is the error I'm getting: ![Image](https://github.com/user-attachments/assets/4d93255a-8c64-4024-90d1-8a8879f9edc6)
yindo closed this issue 2026-02-16 17:25:10 -05:00
Author
Owner

@thdxr commented on GitHub (Jun 16, 2025):

hey just ran a test with this mcp config and it seems tow ork

 "mcp": {
    "fetch": {
      "type": "local",
      "command": ["bun", "x", "fetch-mcp"]
    }
  }

looking at your error message it seems like it spawned successfully and is responding - just has some issue

@thdxr commented on GitHub (Jun 16, 2025): hey just ran a test with this mcp config and it seems tow ork ``` "mcp": { "fetch": { "type": "local", "command": ["bun", "x", "fetch-mcp"] } } ``` looking at your error message it seems like it spawned successfully and is responding - just has some issue
Author
Owner

@thdxr commented on GitHub (Jun 17, 2025):

going to close for now lmk if still a problem

@thdxr commented on GitHub (Jun 17, 2025): going to close for now lmk if still a problem
Author
Owner

@jasonmccallister commented on GitHub (Jun 17, 2025):

This is still an issue, I'm trying to identify the root cause atm

@jasonmccallister commented on GitHub (Jun 17, 2025): This is still an issue, I'm trying to identify the root cause atm
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#92