Skip to content

docker model runner with backlog.md mcp server #6104

@remcocats

Description

@remcocats

Description

Hi related to this issue with docker model runner.
docker/model-runner#534 (comment)

I have tested some things out and the problem is very specific with a local mcp server.
I don't know if it is something for the docker model runner or for opencode.

When I run a mcp server of backlog mcp start I get the return message of the docker model runner "failed grammer".

see configuration:

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "backlog": {
      "type": "local",
      "command": [ "backlog",
        "mcp",
        "start"
      ],
      "enabled": true
    }
  }
}

When I run this configuration I get no error:

"playwright": {
      "type": "local",
      "command": ["docker", "run", "-i", "--rm", "mcp/playwright"],
      "enabled": true
    },
    "context7": {
      "type": "local",
      "command": ["npx", "-y", "@upstash/context7-mcp", "--api-key", "xxxx"],
      "enabled": true
    },

I also going to open up a ticket with backlog.md with the same story.

OpenCode version

No response

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions