Skip to content

[Feature]: Client: opencode support #267

@Zevan770

Description

@Zevan770

What would you like?

Add a client for opencode.ai, https://github.com/sst/opencode.

Minimal config file ~/.config/opencode/opencode.jsonc

{
  "$schema": "https://opencode.ai/config.jsonc",
  "mcp": {
    "mcpm_github": {
      "type": "local",
      "command": [
        "mcpm",
        "run",
        "github"
      ]
    }
  }
}

Here is documentation of config file.

Side effect: config file is jsonc format, which may need to add a jsonc parser as dependency.

I have tried to use agents to implement it, but I can't guarantee the quality of the code. Anyway maybe I'll open a pr later.

Alternatives

No response

Contribution

  • I can help implement this feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions