Skip to content

Commit 83ed1c8

Browse files
authored
Update Quart link
1 parent 6d87d1f commit 83ed1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/mcp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This example uses Docker's [`mcp/time`](https://hub.docker.com/r/mcp/time) image
1313
The web server and UI are built in Next.js (see `/service-1/src/app`). The web server includes a forwarding action to connect to the MCP Client.
1414

1515
#### Service 2 (MCP Client and MCP Server)
16-
The [MCP Client](https://modelcontextprotocol.io/quickstart/client) is written in Python and ran in a `venv` virtual environment. The MCP server is provided by the Docker `mcp/time` image. The MCP Server communicates with the MCP Client in a Quart app (i.e. Asynchronous Server Gateway Interface (ASGI) version of Flask) through the `stdio` transport method, as seen in `/service-2/main.py`. For more on MCP transport methods, see [here](https://modelcontextprotocol.io/docs/concepts/transports).
16+
The [MCP Client](https://modelcontextprotocol.io/quickstart/client) is written in Python and ran in a `venv` virtual environment. The MCP server is provided by the Docker `mcp/time` image. The MCP Server communicates with the MCP Client in a [Quart](https://quart.palletsprojects.com/en/latest/index.html) app (i.e. Asynchronous Server Gateway Interface (ASGI) version of Flask) through the `stdio` transport method, as seen in `/service-2/main.py`. For more on MCP transport methods, see [here](https://modelcontextprotocol.io/docs/concepts/transports).
1717

1818
Here's a breakdown of what happens when a user interacts with the UI:
1919
1. When a user submits a query to the chatbot, the browser sends a request to the Next.js web server.

0 commit comments

Comments
 (0)