You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+60-8Lines changed: 60 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,52 @@ opencode run "your prompt" --model cursor-acp/auto
141
141
opencode run "your prompt" --model cursor-acp/sonnet-4.5
142
142
```
143
143
144
+
## MCP Tool Bridge
145
+
146
+
The plugin bridges MCP (Model Context Protocol) servers into Cursor models via a `mcptool` CLI. Any MCP server configured in `opencode.json` becomes callable through cursor-agent's Shell tool.
[X]**Stabilise** — Clean up dead code, fix test isolation
206
-
[]**MCP Server** — Expose OpenCode tools via stdio transport
207
-
[]**Simplify** — Rip out serialisation layers
257
+
[X]**Stabilise** — Clean up dead code, fix test isolation
258
+
[X]**MCP Bridge** — Bridge MCP servers into Cursor models via `mcptool` CLI
259
+
[]**Simplify** — Rip out serialisation layers
208
260
[]**ACP + MCP** — Structured protocols end-to-end
209
261
210
-
`Future Architecture`- Long-term direction is to replace the current custom proxy and provider-boundary approach with `OpenCode -> Cursor ACP -> MCP`, using official Cursor ACP as the backend so tool ownership stays agent-side and the eventual OpenCode integration can remain small. `Status` - Deferred: this is the preferred path, but it is currently blocked because official Cursor ACP does not yet reliably propagate MCP servers during ACP session setup.`Details` - See [docs/architecture/cursor-acp-mcp-future.md](docs/architecture/cursor-acp-mcp-future.md).
262
+
`Future Architecture`— Long-term direction is `OpenCode -> Cursor ACP -> MCP`, using official Cursor ACP as the backend. Currently deferred: Cursor ACP does not yet reliably propagate MCP servers during ACP session setup. See [docs/architecture/cursor-acp-mcp-future.md](docs/architecture/cursor-acp-mcp-future.md).
0 commit comments