HallD commited on
Commit
42f958c
ยท
1 Parent(s): 0d514a7

updated readme to add the track

Browse files
Files changed (2) hide show
  1. MCP Diagram.png +0 -3
  2. README.md +2 -1
MCP Diagram.png DELETED

Git LFS Details

  • SHA256: 45f6f455a0f16934f121a8dd95d2d9618d6162f8cf7b9188708e61976697e5b2
  • Pointer size: 131 Bytes
  • Size of remote file: 312 kB
README.md CHANGED
@@ -19,6 +19,7 @@ tags:
19
  - web-search
20
  - llm
21
  - modal
 
22
  python_version: "3.12"
23
  ---
24
 
@@ -87,7 +88,7 @@ This is the JSON script required to set up the MCP in VS Code
87
 
88
  ## ๐Ÿ›๏ธ MCP Workflow Architecture
89
 
90
- ![MCP Workflow Diagram](MCP%20Diagram.png)
91
 
92
  The diagram above illustrates the complete Multi-Agent workflow architecture, showing how different agents communicate through the MCP (Model Context Protocol) server to deliver comprehensive research and code generation capabilities.
93
 
 
19
  - web-search
20
  - llm
21
  - modal
22
+ - mcp-server-track
23
  python_version: "3.12"
24
  ---
25
 
 
88
 
89
  ## ๐Ÿ›๏ธ MCP Workflow Architecture
90
 
91
+ ![MCP Workflow Diagram](static/MCP%20Diagram.png)
92
 
93
  The diagram above illustrates the complete Multi-Agent workflow architecture, showing how different agents communicate through the MCP (Model Context Protocol) server to deliver comprehensive research and code generation capabilities.
94