fixed image not visible on intro readme

This commit is contained in:
OwusuBlessing
2025-09-11 23:22:04 +01:00
parent b76eeadbf2
commit fd93766855
+2 -2
View File
@@ -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.