Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions quickstart/architecture-overview-how-cycles-fits-together.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ This page describes the components, how they interact, and where each piece runs
## System overview

```
┌──────────────────────────────────────┐ ┌────────────────────────────
│ Your Application │ │ AI Agent (MCP Host)
│ │ │ Claude Desktop / Code /
│ ┌──────────────┐ ┌──────────────┐ │ │ Cursor / Windsurf
│ │ @Cycles │ │ CyclesClient │ │ │ │
│ │ annotation │ │ (direct) │ │ │ ▼
┌──────────────────────────────────────┐ ┌────────────────────────────┐
│ Your Application │ │ AI Agent (MCP Host) │
│ │ │ Claude Desktop / Code / │
│ ┌──────────────┐ ┌──────────────┐ │ │ Cursor / Windsurf │
│ │ @Cycles │ │ CyclesClient │ │ │ │ │
│ │ annotation │ │ (direct) │ │ │ ▼ │
│ └──────┬───────┘ └─────┬────────┘ │ │ ┌──────────────────────┐ │
│ │ │ │ │ │ Cycles MCP Server │ │
│ ▼ ▼ │ │ │ (stdio / HTTP) │ │
│ │ │ │ │ │ Cycles MCP Server │ │
│ ▼ ▼ │ │ │ (stdio / HTTP) │ │
│ ┌──────────────────────────────┐ │ │ └──────────┬───────────┘ │
│ │ Java Spring, Other bindings │ │ └─────────────┼──────────────┘
│ │ (Cycles Wire Protocol) │ │ │
Expand Down
Loading