Spaces:
Sleeping
Sleeping
Mohamed Saber commited on
Commit ·
76140c3
1
Parent(s): c7998ab
docs: highlight units 3 and 4 in table of contents and fix typos
Browse files- README.md +3 -1
- units/en/unit0/introduction.mdx +2 -2
README.md
CHANGED
|
@@ -19,6 +19,8 @@ You can access the course here 👉 [Coming Soon]
|
|
| 19 |
| 0 | Welcome to the Course | Welcome, guidelines, necessary tools, and course overview. |
|
| 20 |
| 1 | Introduction to Model Context Protocol | Definition of MCP, key concepts, and its role in connecting AI models with external data and tools. |
|
| 21 |
| 2 | Building with MCP: Practical Development | Learn to implement MCP clients and servers using available SDKs and frameworks. |
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Prerequisites
|
| 24 |
|
|
@@ -50,4 +52,4 @@ To cite this repository in publications:
|
|
| 50 |
howpublished = {\url{https://github.com/yourusername/mcp-course}},
|
| 51 |
note = {GitHub repository},
|
| 52 |
}
|
| 53 |
-
```
|
|
|
|
| 19 |
| 0 | Welcome to the Course | Welcome, guidelines, necessary tools, and course overview. |
|
| 20 |
| 1 | Introduction to Model Context Protocol | Definition of MCP, key concepts, and its role in connecting AI models with external data and tools. |
|
| 21 |
| 2 | Building with MCP: Practical Development | Learn to implement MCP clients and servers using available SDKs and frameworks. |
|
| 22 |
+
| 3 | MCP Protocol Deep Dive | Explore advanced MCP features, architecture, and real-world integration patterns|
|
| 23 |
+
| 4 | Bonus Units & Collaborations | Special topics, partner libraries, and community-driven projects.|
|
| 24 |
|
| 25 |
## Prerequisites
|
| 26 |
|
|
|
|
| 52 |
howpublished = {\url{https://github.com/yourusername/mcp-course}},
|
| 53 |
note = {GitHub repository},
|
| 54 |
}
|
| 55 |
+
```
|
units/en/unit0/introduction.mdx
CHANGED
|
@@ -54,7 +54,7 @@ Here is the **general syllabus for the course**. A more detailed list of topics
|
|
| 54 |
| 0 | Onboarding | Set you up with the tools and platforms that you will use. |
|
| 55 |
| 1 | MCP Fundamentals, Architecture and Core Concepts | Explain core concepts, architecture, and components of Model Context Protocol. Show a simple use case using MCP. |
|
| 56 |
| 2 | End-to-end Use case: MCP in Action | Build a simple end-to-end MCP application that you can share with the community. |
|
| 57 |
-
| 3 | Deployed Use case: MCP in Action | Build a deployed MCP application using
|
| 58 |
| 4 | Bonus Units | Bonus units to help you get more out of the course, working with partners' libraries and services. |
|
| 59 |
|
| 60 |
## What are the prerequisites?
|
|
@@ -116,7 +116,7 @@ About the authors:
|
|
| 116 |
|
| 117 |
### Ben Burtenshaw
|
| 118 |
|
| 119 |
-
Ben is a Machine Learning Engineer at Hugging Face who focuses building LLM applications, with post
|
| 120 |
|
| 121 |
<!-- ## Acknowledgments -->
|
| 122 |
|
|
|
|
| 54 |
| 0 | Onboarding | Set you up with the tools and platforms that you will use. |
|
| 55 |
| 1 | MCP Fundamentals, Architecture and Core Concepts | Explain core concepts, architecture, and components of Model Context Protocol. Show a simple use case using MCP. |
|
| 56 |
| 2 | End-to-end Use case: MCP in Action | Build a simple end-to-end MCP application that you can share with the community. |
|
| 57 |
+
| 3 | Deployed Use case: MCP in Action | Build a deployed MCP application using the Hugging Face ecosystem and partners' services. |
|
| 58 |
| 4 | Bonus Units | Bonus units to help you get more out of the course, working with partners' libraries and services. |
|
| 59 |
|
| 60 |
## What are the prerequisites?
|
|
|
|
| 116 |
|
| 117 |
### Ben Burtenshaw
|
| 118 |
|
| 119 |
+
Ben is a Machine Learning Engineer at Hugging Face who focuses building LLM applications, with post-training and agentic approaches.
|
| 120 |
|
| 121 |
<!-- ## Acknowledgments -->
|
| 122 |
|