From 7bd21b30be7f5b50567eac86498ec5ffb525b0ce Mon Sep 17 00:00:00 2001 From: Alex Notov Date: Mon, 16 Jun 2025 09:37:15 -0600 Subject: [PATCH] docs: add Anthropic partnership info and second author - Add Alex Notov as co-author in README citation - Add Anthropic partnership mention in introduction - Include MCP introduction video with presenters - Add Alex Notov's bio and links - Add acknowledgments section with Anthropic --- README.md | 2 +- units/en/unit0/introduction.mdx | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b31c13d..99980e9 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To cite this repository in publications: ``` @misc{mcp-course, - author = Burtenshaw, Ben, + author = {Burtenshaw, Ben and Notov, Alex}, title = {The Model Context Protocol Course}, year = {2025}, howpublished = {\url{https://github.com/huggingface/mcp-course}}, diff --git a/units/en/unit0/introduction.mdx b/units/en/unit0/introduction.mdx index 7576515..79248c8 100644 --- a/units/en/unit0/introduction.mdx +++ b/units/en/unit0/introduction.mdx @@ -4,7 +4,11 @@ Welcome to the most exciting topic in AI today: **Model Context Protocol (MCP)**! -This free course will take you on a journey, **from beginner to informed**, in understanding, using, and building applications with MCP. +This free course, built in partnership with [Anthropic](https://www.anthropic.com), will take you on a journey, **from beginner to informed**, in understanding, using, and building applications with MCP. + +If you don't know about MCP, Anthropic published a video about it: + +In this video Theo Chu, David Soria Parra and Alex Albert dive into the Model Context Protocol (MCP), the standard that's changing how AI applications connect with external data and tools. This first unit will help you onboard: @@ -116,11 +120,15 @@ About the authors: Ben is a Machine Learning Engineer at Hugging Face who focuses on building LLM applications, with post training and agentic approaches. [Follow Ben on the Hub](https://huggingface.co/burtenshaw) to see his latest projects. - +### Alex Notov + +Alex is Technical Partner Enablement Lead at Anthropic. Alex trains Anthropic's partners on Claude best practices for their use cases. Follow Alex on [LinkedIn](https://linkedin.com/in/zealoushacker) and [GitHub](https://github.com/zealoushacker). + +## Acknowledgments - +We would like to extend our gratitude to the following individuals and partners for their invaluable contributions and support: - +- [Anthropic](https://www.anthropic.com) ## I found a bug, or I want to improve the course