Skip to content

Commit a77b5ef

Browse files
committed
chore: adjustments
1 parent d92df08 commit a77b5ef

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Discord](https://img.shields.io/discord/1351569878116470928?logo=discord&logoColor=white&label=discord&color=white)](https://discord.gg/gw9UpFUhyY)
99

1010

11-
**Connect all your MCP clients to a single endpoint that manages all your MCP servers**
11+
**Accelerate development by managing all your MCP server in one place**
1212

1313
[Installation](#installation)
1414
[Client Integration](#client-integration)
@@ -162,7 +162,15 @@ The Agent Browser exposes a REST API for integration. For details on accessing t
162162

163163
## Future Direction
164164

165-
We plan to expand Agent Browser to support additional protocols like A2A and ACP, alongside MCP.
165+
### Protocol Support Implementation
166+
167+
We plan to expand Agent Browser to support additional protocols alongside MCP.
168+
169+
#### Future Tasks
170+
171+
- [ ] Add A2A protocol support
172+
- [ ] Add ACP protocol support
173+
- [ ] Implement protocol auto-detection
166174

167175
```
168176
Client
@@ -175,6 +183,12 @@ We plan to expand Agent Browser to support additional protocols like A2A and ACP
175183
MCP A2A ACP ...
176184
```
177185

186+
### Relevant Files
187+
188+
- `/internal/mcp` - MCP protocol implementation
189+
- `/internal/web` - Web server and UI components
190+
- `/internal/config` - Configuration management
191+
178192
---
179193

180194
## Development

0 commit comments

Comments
 (0)