Spaces:
Running
Running
burtenshaw
commited on
Commit
Β·
0fe7a8b
1
Parent(s):
a3a438d
add join org button on readme
Browse files
README.md
CHANGED
@@ -13,8 +13,8 @@ The **Model Context Protocol (MCP) Course** is your comprehensive guide to under
|
|
13 |
|
14 |
<div style="width: 100%; border: 1px solid #ccc; padding: 20px; margin: 20px auto; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); background-image: linear-gradient(to bottom, #ffd231, #ff9d00); border-radius: 8px;">
|
15 |
<img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62d648291fa3e4e7ae3fa6e8/Jm3GYn6LHuasiLSlj03hd.png" alt="MCP Course" style="width: 7em; border-radius: 5px 5px 0 0;">
|
16 |
-
<h2 style="color: #333; margin-bottom: 10px;">π
|
17 |
-
<a href="https://
|
18 |
</div>
|
19 |
|
20 |
## π What to Expect from This Course?
|
@@ -33,7 +33,6 @@ Our goal is to help you understand how MCP works and empower you to build your o
|
|
33 |
|
34 |
The course is composed of:
|
35 |
* **Foundational Units**: Learn MCP concepts in theory.
|
36 |
-
* **Hands-on Labs**: Use established MCP SDKs to build applications.
|
37 |
* **Use Case Assignments**: Apply learned concepts to real-world problems.
|
38 |
* **Collaborations**: Featuring the latest MCP implementations and tools from Hugging Face and its partners.
|
39 |
|
@@ -59,3 +58,9 @@ This course is a living project, and **contributions are welcome** π€!
|
|
59 |
## β Questions?
|
60 |
|
61 |
Please open a community discussion on the org page.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
<div style="width: 100%; border: 1px solid #ccc; padding: 20px; margin: 20px auto; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); background-image: linear-gradient(to bottom, #ffd231, #ff9d00); border-radius: 8px;">
|
15 |
<img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62d648291fa3e4e7ae3fa6e8/Jm3GYn6LHuasiLSlj03hd.png" alt="MCP Course" style="width: 7em; border-radius: 5px 5px 0 0;">
|
16 |
+
<h2 style="color: #333; margin-bottom: 10px;">π Ready to Join? Enroll in the MCP Course!</h2>
|
17 |
+
<a href="https://huggingface.co/organizations/mcp-course/share/BcsYJAxCofWDZncivkBzafSjAcuAxOMWua" style="display: inline-block; padding: 10px 20px; background-color: lightcoral; color: white; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease;" onmouseover="this.style.backgroundColor='#0056b3'" onmouseout="this.style.backgroundColor='lightcoral'">Join the Course</a>
|
18 |
</div>
|
19 |
|
20 |
## π What to Expect from This Course?
|
|
|
33 |
|
34 |
The course is composed of:
|
35 |
* **Foundational Units**: Learn MCP concepts in theory.
|
|
|
36 |
* **Use Case Assignments**: Apply learned concepts to real-world problems.
|
37 |
* **Collaborations**: Featuring the latest MCP implementations and tools from Hugging Face and its partners.
|
38 |
|
|
|
58 |
## β Questions?
|
59 |
|
60 |
Please open a community discussion on the org page.
|
61 |
+
|
62 |
+
<div style="width: 100%; border: 1px solid #ccc; padding: 20px; margin: 20px auto; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); background-image: linear-gradient(to bottom, #add8e6, #87ceeb); border-radius: 8px;">
|
63 |
+
<img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62d648291fa3e4e7ae3fa6e8/Jm3GYn6LHuasiLSlj03hd.png" alt="Course Materials" style="width: 7em; border-radius: 5px 5px 0 0;">
|
64 |
+
<h2 style="color: #333; margin-bottom: 10px;">π Explore the Course Content</h2>
|
65 |
+
<a href="https://moon-ci-docs.huggingface.co/docs/mcp-course/pr_2/en/unit0/introduction" style="display: inline-block; padding: 10px 20px; background-color: #5cb85c; color: white; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease;" onmouseover="this.style.backgroundColor='#4cae4c'" onmouseout="this.style.backgroundColor='#5cb85c'">Access the Full Course</a>
|
66 |
+
</div>
|