Skip to content

Commit cdacbca

Browse files
authored
Merge pull request huggingface#17 from vivganes/patch-1
fix typos + add missing links
2 parents f0c2301 + c3b9386 commit cdacbca

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

units/en/unit0/introduction.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ Since there's a deadline, we provide you a recommended pace:
104104

105105
To get the most out of the course, we have some advice:
106106

107-
1. Join study groups in Discord: studying in groups is always easier. To do that, you need to join our discord server and verify your account.
108-
2. **Do the quizzes and assignments**: the best way to learn is through hands-on practice and self-assessment.
109-
3. **Define a schedule to stay in sync**: you can use our recommended pace schedule below or create yours.
107+
1. [Join study groups in Discord](https://discord.gg/UrrTSsSyjb): Studying in groups is always easier. To do that, you need to join our discord server and verify your account.
108+
2. **Do the quizzes and assignments**: The best way to learn is through hands-on practice and self-assessment.
109+
3. **Define a schedule to stay in sync**: You can use our recommended pace schedule below or create yours.
110110

111111
![Course advice](https://huggingface.co/datasets/mcp-course/images/resolve/main/unit0/3.png)
112112

@@ -128,12 +128,12 @@ Ben is a Machine Learning Engineer at Hugging Face who focuses on building LLM a
128128

129129
Contributions are **welcome** 🤗
130130

131-
* If you _found a bug 🐛 in a notebook_, please open an issue and **describe the problem**.
132-
* If you _want to improve the course_, you can open a Pull Request.
133-
* If you _want to add a full section or a new unit_, it is best to open an issue and **describe what content you want to add before starting to write it so that we can guide you**.
131+
* If you _found a bug 🐛 in a notebook_, please [open an issue](https://github.com/huggingface/mcp-course/issues/new) and **describe the problem**.
132+
* If you _want to improve the course_, you can [open a Pull Request](https://github.com/huggingface/mcp-course/pulls).
133+
* If you _want to add a full section or a new unit_, the best is to [open an issue](https://github.com/huggingface/mcp-course/issues/new) and **describe what content you want to add before starting to write it so that we can guide you**.
134134

135135
## I still have questions
136136

137137
Please ask your question in our discord server #mcp-course-questions.
138138

139-
Now that you have all the information, let's get on board
139+
Now that you have all the information, let's get on board

units/en/unit1/key-concepts.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Now that we understand the problem that MCP solves, let's dive into the core ter
3737

3838
MCP is a standard like HTTP or USB-C, and is a protocol for connecting AI applications to external tools and data sources. Therefore, using standard terminology is crucial to making the MCP work effectively.
3939

40-
When documenting our applications and communincating with the community, we should use the following terminology.
40+
When documenting our applications and communicating with the community, we should use the following terminology.
4141

4242
</Tip>
4343

@@ -68,7 +68,7 @@ Of course, your application's value is the sum of the capabilities it offers. So
6868
| **Tools** | Executable functions that the AI model can invoke to perform actions or retrieve computed data. Typically relating to the use case of the application. | A tool for a weather application might be a function that returns the weather in a specific location. |
6969
| **Resources** | Read-only data sources that provide context without significant computation. | A researcher assistant might have a resource for scientific papers. |
7070
| **Prompts** | Pre-defined templates or workflows that guide interactions between users, AI models, and the available capabilities. | A summarization prompt. |
71-
| **Sampling** | Server-initiated requests for the Client/Host to perform LLM interactions, enabling recursive actions where the LLM can review generated content and make further decisions. | A writing application reviewing its own output and decide to refine it further. |
71+
| **Sampling** | Server-initiated requests for the Client/Host to perform LLM interactions, enabling recursive actions where the LLM can review generated content and make further decisions. | A writing application reviewing its own output and decides to refine it further. |
7272

7373
In the following diagram, we can see the collective capabilities applied to a use case for a code agent.
7474

@@ -85,4 +85,4 @@ This application might use their MCP entities in the following way:
8585

8686
### Conclusion
8787

88-
Understanding these key concepts and terminology provides the foundation for working with MCP effectively. In the following sections, we'll build on this foundation to explore the architectural components, communication protocol, and capabilities that make up the Model Context Protocol.
88+
Understanding these key concepts and terminology provides the foundation for working with MCP effectively. In the following sections, we'll build on this foundation to explore the architectural components, communication protocol, and capabilities that make up the Model Context Protocol.

0 commit comments

Comments
 (0)