From fd937668550e3306d0e6b2800854be5109415806 Mon Sep 17 00:00:00 2001 From: OwusuBlessing Date: Thu, 11 Sep 2025 23:22:04 +0100 Subject: [PATCH] fixed image not visible on intro readme --- intro_test/INTRO_README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intro_test/INTRO_README.md b/intro_test/INTRO_README.md index d0983a0..5846a5a 100644 --- a/intro_test/INTRO_README.md +++ b/intro_test/INTRO_README.md @@ -8,7 +8,7 @@ Think of MCP like a USB-C port for AI applications. Just as USB-C provides a sta ## MCP Overview -![MCP Introduction](images/mcp_intro.png) +![MCP Introduction](../images/mcp_intro.png) The diagram above illustrates how MCP creates a standardized interface between AI models and external tools/data sources through MCP servers that act as intermediaries. @@ -90,7 +90,7 @@ MCP supports multiple transport protocols for communication between clients and - **Implementation**: Launches server as subprocess with stdin/stdout pipes - **Setup**: No network configuration required -![Setup Mechanism](images/steup_mechanism.png) +![Setup Mechanism](../images/steup_mechanism.png) The setup mechanism diagram shows how different transport protocols handle the connection establishment between MCP clients and servers.