You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Throughout this course you'll find many code examples and exercises, so we encou
92
92
| 5 |[Retrieval augmented generation (RAG)](./lessons/05-rag)| Learn the basics of RAG, how to integrate external data, and how to leverage it for more relevant, accurate AI responses. |
93
93
| 6 |[Tool calling/Function calling](./lessons/06-tool-calling)| Learn how to give your LLM extra capbilities, bring your own functions |
94
94
| 7 |[MCP, Model Context Protocol ](./lessons/07-mcp/)| Teaches how to get started with MCP to standardize how to expose prompts, resources and tools |
95
-
| 8 |[MCP advanced ](./lessons/08-mcp-advanced/README.md)| Learn how to improve your MCP app by improving clients with LLM and more |
95
+
| 8 |[Enhancing MCP Clients with Large Language Models](./lessons/08-mcp-advanced/README.md)| Learn how to improve your MCP app by improving clients with LLM and more |
96
96
97
97
New lessons will be added to the course over time, so stay tuned!
0 commit comments