주요 콘텐츠로 건너뛰기

Python + MCP: From local to production

Microsoft Reactor에 가입하고 개발자와 라이브 참여

AI 및 최신 기술을 시작할 준비가 되셨나요? Microsoft Reactor는 개발자, 기업가 및 신생 기업이 AI 기술 등을 기반으로 구축하는 데 도움이 되는 이벤트, 교육 및 커뮤니티 리소스를 제공합니다. 참여하세요.

Python + MCP: From local to production

Microsoft Reactor에 가입하고 개발자와 라이브 참여

AI 및 최신 기술을 시작할 준비가 되셨나요? Microsoft Reactor는 개발자, 기업가 및 신생 기업이 AI 기술 등을 기반으로 구축하는 데 도움이 되는 이벤트, 교육 및 커뮤니티 리소스를 제공합니다. 참여하세요.

돌아가기

Python + MCP: From local to production

  • 서식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

  • 이 시리즈의 이벤트:
  • 3

The Python + MCP series is a three-part, hands-on journey into one of the most important emerging technologies of 2025: MCP (Model Context Protocol) — an open standard for extending AI agents and chat interfaces with real-world tools, data, and execution environments.

Whether you're building custom GitHub Copilot tools, powering internal developer agents, or creating AI-augmented applications, MCP provides the missing interoperability layer between LLMs and the systems they need to act on.

Across the series, we move from local prototyping, to cloud deployment, to enterprise-grade authentication and security, all powered by Python and the FastMCP SDK. Each session builds on the last, showing how MCP servers can evolve from simple localhost services to fully authenticated, production-ready services running in the cloud — and how agents built with frameworks like LangGraph and Microsoft’s agent-framework can consume them at every stage.

Join the Office Hours in Discord after each session
🔎 For an intro to MCP, check out the MCP-for-beginners course on GitHub


Esta serie también está disponible en español, ¡suscríbete!

스피커

이 시리즈의 과거 이벤트

모든 시간 - 협정 세계시

12월

16

화요일

2025

Building MCP servers with FastMCP

6:00 오후 - 7:00 오후 (UTC)

In the intro session of our Python + MCP series, we dive into the hottest technology of 2025: MCP (Model Context Protocol). This open protocol makes it easy to extend AI agents and chatbots with custom functionality, making them more powerful and flexible. We demonstrate how to use the Python FastMCP SDK to build an MCP server running locally and consume that server from chatbots like GitHub Copilot. Then we build our own MCP client to consume the server. Finally, we discover how easy it is to connect AI agent frameworks like Langchain and Microsoft agent-framework to MCP servers. ⏰ Join the Office Hours in Discord after each session 🔎 For an intro to MCP, check out the MCP-for-beginners course on GitHub

  • 서식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

12월

17

수요일

2025

Deploying MCP servers to the cloud

6:00 오후 - 7:00 오후 (UTC)

In our second session of the Python + MCP series, we're deploying MCP servers to the cloud! We'll walk through the process of containerizing a FastMCP server with Docker and deploying to Azure Container Apps, and also demonstrate a FastMCP server running directly on Azure Functions. Then we'll explore private networking options for MCP servers, using virtual networks that restrict external access to internal MCP tools and agents. ⏰ Join the Office Hours in Discord after each session 🔎 For an intro to MCP, check out the MCP-for-beginners course on GitHub

  • 서식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

12월

18

목요일

2025

Authentication for MCP servers

6:00 오후 - 7:00 오후 (UTC)

In our third session of the Python + MCP series, we're exploring the best ways to build authentication layers on top of your MCP servers. That could be as simple as an API key to gate access, but for the servers that provide user-specific data, we need to use an OAuth2-based authentication flow. MCP authentication is built on top of OAuth2 but with additional requirements like PRM and DCR/CIMD, which can make it difficult to implement fully. In this session, we'll demonstrate the full MCP auth flow, and provide examples that implement MCP Auth on top of Microsoft Entra. ⏰ Join the Office Hours in Discord after each session 🔎 For an intro to MCP, check out the MCP-for-beginners course on GitHub

  • 서식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

이 시리즈의 과거 이벤트

모든 시간 - 협정 세계시

12월

16

화요일

2025

Building MCP servers with FastMCP

6:00 오후 - 7:00 오후 (UTC)

In the intro session of our Python + MCP series, we dive into the hottest technology of 2025: MCP (Model Context Protocol). This open protocol makes it easy to extend AI agents and chatbots with custom functionality, making them more powerful and flexible. We demonstrate how to use the Python FastMCP SDK to build an MCP server running locally and consume that server from chatbots like GitHub Copilot. Then we build our own MCP client to consume the server. Finally, we discover how easy it is to connect AI agent frameworks like Langchain and Microsoft agent-framework to MCP servers. ⏰ Join the Office Hours in Discord after each session 🔎 For an intro to MCP, check out the MCP-for-beginners course on GitHub

  • 서식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

12월

17

수요일

2025

Deploying MCP servers to the cloud

6:00 오후 - 7:00 오후 (UTC)

In our second session of the Python + MCP series, we're deploying MCP servers to the cloud! We'll walk through the process of containerizing a FastMCP server with Docker and deploying to Azure Container Apps, and also demonstrate a FastMCP server running directly on Azure Functions. Then we'll explore private networking options for MCP servers, using virtual networks that restrict external access to internal MCP tools and agents. ⏰ Join the Office Hours in Discord after each session 🔎 For an intro to MCP, check out the MCP-for-beginners course on GitHub

  • 서식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

12월

18

목요일

2025

Authentication for MCP servers

6:00 오후 - 7:00 오후 (UTC)

In our third session of the Python + MCP series, we're exploring the best ways to build authentication layers on top of your MCP servers. That could be as simple as an API key to gate access, but for the servers that provide user-specific data, we need to use an OAuth2-based authentication flow. MCP authentication is built on top of OAuth2 but with additional requirements like PRM and DCR/CIMD, which can make it difficult to implement fully. In this session, we'll demonstrate the full MCP auth flow, and provide examples that implement MCP Auth on top of Microsoft Entra. ⏰ Join the Office Hours in Discord after each session 🔎 For an intro to MCP, check out the MCP-for-beginners course on GitHub

  • 서식:
  • alt##LivestreamLivestream

항목: 코딩, 언어 및 프레임워크

언어: 영어

주문형 보기

이 페이지의 일부는 기계 또는 AI 번역될 수 있습니다.