File tree Expand file tree Collapse file tree 2 files changed +32
-14
lines changed Expand file tree Collapse file tree 2 files changed +32
-14
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ brews:
171171 name : cobrowser
172172173173 homepage : " https://cobrowser.xyz"
174- description : " a browser for agents "
174+ description : " Performant MCP aggregator "
175175scoops :
176176 - name : agent-browser
177177 commit_msg_template : " Scoop update for {{ .ProjectName }} version {{ .Tag }}"
@@ -190,7 +190,7 @@ scoops:
190190 name : cobrowser
191191192192 homepage : " https://cobrowser.xyz"
193- description : " a browser for agents "
193+ description : " Performant MCP aggregator "
194194 license : MIT
195195archives :
196196 - id : release/version
Original file line number Diff line number Diff 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+ <ul style="list-style-type: none; padding-left: 0;">
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+ </ul>
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+ <ul style="list-style-type: none; padding-left: 0;">
45+ <li>✓ Add new server once in Agent Browser UI</li>
46+ <li>✓ Update once in Agent Browser when server changes</li>
47+ </ul>
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
You can’t perform that action at this time.
0 commit comments