Skip to content

Commit 5f8f792

Browse files
authored
Merge pull request #18 from webmachinelearning/images
Convert SVG to PNG for easier reading in light/dark modes
2 parents 7edc0e1 + dcc4653 commit 5f8f792

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ There are several advantages to using the web to connect agents to services:
7474

7575
WebMCP is a proposal for a web API that enables web pages to provide agent-specific paths in their UI. With WebMCP, agent-service interaction takes place _via app-controlled UI_, providing a shared context available to app, agent, and user. In contrast to backend integrations, WebMCP tools are available to an agent only once it has loaded a page and they execute on the client. Page content and actuation remain available to the agent (and the user) but the agent also has access to tools which it can use to achieve its goal more directly.
7676

77-
![A diagram showing an agent communicating with a third-party service via WebMCP running in a live web page](./content/explainer_st.svg)
77+
![A diagram showing an agent communicating with a third-party service via WebMCP running in a live web page](./content/explainer_webmcp.png)
7878

7979
In contrast, in a backend integration, the agent-service interaction takes place directly, without an associated UI. If
8080
a UI is required it must be provided by the agent itself or somehow connected to an existing UI manually:
8181

82-
![A diagram showing an agent communicating with a third-party service directl via MCP](./content/explainer_mcp.svg)
82+
![A diagram showing an agent communicating with a third-party service directl via MCP](./content/explainer_mcp.png)
8383

8484
## Goals
8585

β€Žcontent/explainer_mcp.pngβ€Ž

56.4 KB
Loading

β€Žcontent/explainer_mcp.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žcontent/explainer_st.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žcontent/explainer_webmcp.pngβ€Ž

82.1 KB
Loading

0 commit comments

Comments
Β (0)