-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working