diff --git a/docs/src/content/docs/integrations/ide-tool-integration.md b/docs/src/content/docs/integrations/ide-tool-integration.md index 665511db5..8599be691 100644 --- a/docs/src/content/docs/integrations/ide-tool-integration.md +++ b/docs/src/content/docs/integrations/ide-tool-integration.md @@ -196,7 +196,8 @@ APM natively integrates with OpenCode when a `.opencode/` directory exists in yo | Agents (`.agent.md`) | `.opencode/agents/*.md` | Markdown with YAML frontmatter | | Prompts (`.prompt.md`) | `.opencode/commands/*.md` | Converted to command format | | Skills (`SKILL.md`) | `.opencode/skills/{name}/SKILL.md` | Identical (agentskills.io standard) | -| MCP servers | `opencode.json` | `mcp` key with `command` array, `environment` | +| MCP servers (local) | `opencode.json` | `mcp` key with `command` array, `environment` | +| MCP servers (remote) | `opencode.json` | `mcp` key with `url`, `headers`, `environment` | | Instructions | Via `AGENTS.md` | Read natively by OpenCode | **Setup**: Create a `.opencode/` directory in your project root, then run `apm install`. APM detects the directory and deploys automatically. OpenCode reads `AGENTS.md` natively for instructions. @@ -579,6 +580,7 @@ dependencies: | VS Code | ✅ Prompts user at runtime | | Copilot CLI | ❌ Use environment variables instead | | Codex | ❌ Use environment variables instead | +| OpenCode | ❌ Use environment variables instead | ## Roadmap