Add and ship OpenCode support for one Claude Code plugin at a time. Includes core migration to a reviewable `opencode-plugin/` adapter, maintainer-facing docs, and follow-up CI/versioning setup for package publishing or skill-copy drift checks.
92
92%
Does it follow best practices?
Impact
97%
1.25xAverage score across 2 eval scenarios
Passed
No known issues
Merge these snippets into opencode.jsonc or opencode.json under the mcp key. This is OpenCode config, not opencode-plugin/package.json metadata.
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"SERVER_NAME": {
"type": "local",
"command": ["COMMAND", "ARG1"],
"enabled": true,
"environment": {}
}
}
}{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"SERVER_NAME": {
"type": "remote",
"url": "https://example.com/mcp",
"enabled": true,
"headers": {}
}
}
}