Browse Source

Merge pull request #24847 from abpframework/fix-article

Rename image and update markdown link
pull/24854/head
sumeyye 2 months ago
committed by GitHub
parent
commit
3fafc42d4f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/Community-Articles/09-02-2026-building-multiagent-system-in-dotnet/articles.md
  2. 0
      docs/en/Community-Articles/09-02-2026-building-multiagent-system-in-dotnet/images/mcp-client-server-1200x700.png

2
docs/en/Community-Articles/09-02-2026-building-multiagent-system-in-dotnet/articles.md

@ -56,7 +56,7 @@ Earlier, before MCP, if you wanted your LLM to do things such as search the web,
MCP follows a simple **Client-Server architecture**:
![mcp client server](<images/mcp-client-server-1200x700 (1).png>)
![mcp client server](images/mcp-client-server-1200x700.png)
The flow is straightforward:

0
docs/en/Community-Articles/09-02-2026-building-multiagent-system-in-dotnet/images/mcp-client-server-1200x700 (1).png → docs/en/Community-Articles/09-02-2026-building-multiagent-system-in-dotnet/images/mcp-client-server-1200x700.png

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Loading…
Cancel
Save