|
7 | 7 | sections: |
8 | 8 | - local: unit1/introduction |
9 | 9 | title: Introduction to Model Context Protocol (MCP) |
10 | | - - local: unit1/what-is-mcp |
11 | | - title: What is Model Context Protocol (MCP)? |
12 | 10 | - local: unit1/key-concepts |
13 | 11 | title: Key Concepts and Terminology |
14 | | - - local: unit1/quiz1 |
15 | | - title: Unit 1 Quiz |
| 12 | + - local: unit1/architectural-components |
| 13 | + title: Architectural Components |
| 14 | + - local: unit1/communication-protocol |
| 15 | + title: The Communication Protocol |
| 16 | + - local: unit1/capabilities |
| 17 | + title: Understanding MCP Capabilities |
| 18 | + - local: unit1/gradio-mcp |
| 19 | + title: Gradio MCP Integration |
16 | 20 |
|
17 | | -- title: "2. Understanding MCP Architecture and Core Concepts" |
| 21 | +- title: "2. Use Case: Building with MCP" |
18 | 22 | sections: |
19 | 23 | - local: unit2/introduction |
20 | | - title: Understanding MCP Architecture and Core Concepts |
| 24 | + title: Introduction |
| 25 | + - local: unit2/environment-setup |
| 26 | + title: Setting Up Your Development Environment & SDKs |
| 27 | + - local: unit2/building-server |
| 28 | + title: Building Your First MCP Server |
| 29 | + - local: unit2/server-capabilities |
| 30 | + title: Implementing Server Capabilities |
| 31 | + - local: unit2/developing-clients |
| 32 | + title: Developing MCP Clients |
| 33 | + - local: unit2/configuration |
| 34 | + title: Configuration, Authentication, and Debugging |
| 35 | + - local: unit2/hub-mcp-servers |
| 36 | + title: MCP Servers on Hugging Face Hub |
21 | 37 |
|
22 | | -- title: "3. Building with MCP: Practical Development" |
| 38 | +- title: "3. Use Case: Deploying with MCP" |
23 | 39 | sections: |
24 | 40 | - local: unit3/introduction |
25 | 41 | title: Introduction |
| 42 | + - local: unit3/advanced-features |
| 43 | + title: Exploring Advanced MCP Features |
| 44 | + - local: unit3/security |
| 45 | + title: Security Deep Dive - Threats and Mitigation Strategies |
| 46 | + - local: unit3/limitations |
| 47 | + title: Limitations, Challenges, and Comparisons |
| 48 | + - local: unit3/huggingface-ecosystem |
| 49 | + title: Hugging Face's Tiny Agents and MCP |
| 50 | + - local: unit3/final-project |
| 51 | + title: Final Project - Building a Complete MCP Application |
26 | 52 |
|
27 | | -- title: "4. Advanced Topics, Security, and the Future of MCP" |
| 53 | +- title: "Bonus Units" |
28 | 54 | sections: |
29 | 55 | - local: unit4/introduction |
30 | 56 | title: Introduction |
0 commit comments