diff --git a/.goreleaser.yml b/.goreleaser.yml index 6431858..fb00d36 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -171,7 +171,7 @@ brews: name: cobrowser email: go@cobrowser.xyz homepage: "https://cobrowser.xyz" - description: "a browser for agents" + description: "Performant MCP aggregator" scoops: - name: agent-browser commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}" @@ -190,7 +190,7 @@ scoops: name: cobrowser email: go@cobrowser.xyz homepage: "https://cobrowser.xyz" - description: "a browser for agents" + description: "Performant MCP aggregator" license: MIT archives: - id: release/version diff --git a/README.md b/README.md index 517da03..a9730d1 100644 --- a/README.md +++ b/README.md @@ -31,19 +31,20 @@ Agent Browser eliminates the need to configure each MCP server in every client. With Agent Browser - -
-Client ─────► MCP Server
-   │
-   └────► MCP Server
-
+ + - -
-Client ─────► Agent Browser ─────► MCP Server
-                   │
-                   └─────► MCP Server
-
+ + @@ -152,6 +153,23 @@ The Agent Browser exposes a REST API for integration. For details on accessing t --- +## Future Direction + +We plan to expand Agent Browser to support additional protocols like A2A and ACP, alongside MCP. + +``` + Client + │ + ▼ + Agent Browser + / │ \ + / │ \ + ▼ ▼ ▼ + MCP A2A ACP ... +``` + +--- + ## Development ### Prerequisites