Skip to content

Commit a0284da

Browse files
committed
chore: add future & small fixes to readme
1 parent bfafe4d commit a0284da

File tree

1 file changed

+30
-12
lines changed

1 file changed

+30
-12
lines changed

README.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,20 @@ Agent Browser eliminates the need to configure each MCP server in every client.
3131
<th align="center">With Agent Browser</th>
3232
</tr>
3333
<tr>
34-
<td>
35-
<pre>
36-
Client ─────► MCP Server
37-
38-
└────► MCP Server
39-
</pre>
34+
<td valign="top" style="border-left: 4px solid #d9534f; padding-left: 15px;">
35+
<ol>
36+
<li>Add new server in Cursor</li>
37+
<li>Add new server in Windsurf Client</li>
38+
<li>Add new server in Claude Client</li>
39+
<li>Repeat for each additional client</li>
40+
<li>Update all clients when server changes</li>
41+
</ol>
4042
</td>
41-
<td>
42-
<pre>
43-
Client ─────► Agent Browser ─────► MCP Server
44-
45-
└─────► MCP Server
46-
</pre>
43+
<td valign="top" style="border-left: 4px solid #5cb85c; padding-left: 15px;">
44+
<ol>
45+
<li>Add new server once in Agent Browser UI</li>
46+
<li>Update once in Agent Browser when server changes</li>
47+
</ol>
4748
</td>
4849
</tr>
4950
</table>
@@ -152,6 +153,23 @@ The Agent Browser exposes a REST API for integration. For details on accessing t
152153

153154
---
154155

156+
## Future Direction
157+
158+
We plan to expand Agent Browser to support additional protocols like A2A and ACP, alongside MCP.
159+
160+
```
161+
Client
162+
163+
164+
Agent Browser
165+
/ │ \
166+
/ │ \
167+
▼ ▼ ▼
168+
MCP A2A ACP ...
169+
```
170+
171+
---
172+
155173
## Development
156174

157175
### Prerequisites

0 commit comments

Comments
 (0)