Skip to content

Commit 983a761

Browse files
committed
expand client with tip
1 parent 2096edb commit 983a761

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

units/en/unit3_1/mcp-client.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Now that we have our MCP server with tagging tools, we need to create a client t
44

55
For the sake of this project, we'll build both an API and a Gradio app. The API will be used to test the MCP server and the webhook listener, and the Gradio app will be used to test the MCP client with simulated webhook events.
66

7+
<Tip>
8+
9+
For educational purposes, we will build the MCP Server and MCP Client in the same repo. In a real-world application, you would likely have a separate repo for the MCP Server and MCP Client. In fact, you might only build one of these components.
10+
11+
</Tip>
12+
713
## Understanding the MCP Client Architecture
814

915
In our application, the MCP client is integrated into the main FastAPI application (`app.py`). It creates and manages connections to our MCP server, providing a seamless interface for tool execution.

0 commit comments

Comments
 (0)