maf-workshop-in-a-day-ko
mcp
Fail
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Fail
- rm -rf — Recursive force deletion command in .devcontainer/on-create.sh
Permissions Pass
- Permissions — No dangerous permissions requested
Purpose
This project is a workshop tutorial providing educational materials for building AI agents using the Microsoft Agent Framework. It is designed to teach developers how to create, orchestrate, and integrate these agents with Copilot Studio and custom MCP servers.
Security Assessment
Overall Risk: Medium. The repository does not request dangerous permissions, nor does it appear to handle sensitive data or contain hardcoded secrets. However, the automated scan detected a recursive force deletion command (`rm -rf`) inside a local environment setup script (`.devcontainer/on-create.sh`). While this is a common practice for cleaning up files during initial configuration in GitHub Codespaces, any forceful deletion command carries inherent risks and warrants manual review before execution.
Quality Assessment
The project is released under the standard and permissive MIT license. It is actively maintained, with recent updates pushed as recently as today. However, community visibility and adoption are currently very low, as evidenced by only 8 GitHub stars. Because it is an official "Azure-Samples" repository, it benefits from organizational backing, but its public engagement remains minimal.
Verdict
Use with caution: While it is an active and officially licensed tutorial, users should review the Codespaces setup scripts for the flagged `rm -rf` command before launching the development environment.
This project is a workshop tutorial providing educational materials for building AI agents using the Microsoft Agent Framework. It is designed to teach developers how to create, orchestrate, and integrate these agents with Copilot Studio and custom MCP servers.
Security Assessment
Overall Risk: Medium. The repository does not request dangerous permissions, nor does it appear to handle sensitive data or contain hardcoded secrets. However, the automated scan detected a recursive force deletion command (`rm -rf`) inside a local environment setup script (`.devcontainer/on-create.sh`). While this is a common practice for cleaning up files during initial configuration in GitHub Codespaces, any forceful deletion command carries inherent risks and warrants manual review before execution.
Quality Assessment
The project is released under the standard and permissive MIT license. It is actively maintained, with recent updates pushed as recently as today. However, community visibility and adoption are currently very low, as evidenced by only 8 GitHub stars. Because it is an official "Azure-Samples" repository, it benefits from organizational backing, but its public engagement remains minimal.
Verdict
Use with caution: While it is an active and officially licensed tutorial, users should review the Codespaces setup scripts for the flagged `rm -rf` command before launching the development environment.
Microsoft Agent Framework 워크샵 자료입니다
README.md
Microsoft Agent Framework Workshop in a Day (KO)
Microsoft Agent Framework(MAF)를 활용해서 Copilot Studio와 연동해 보는 워크샵 자료입니다.

사전 준비 사항
이 워크샵은 기본적으로 GitHub Codespaces를 활용해서 진행하기 때문에 아래와 같은 내용만 준비하면 충분합니다.
- 크로미움 계열 웹브라우저 (Microsoft Edge, Google Chrome 등)
- Azure 구독
- GitHub 개인 계정 (무료) 👉 업무용 계정일 경우 회사 정책에 따라 오작동할 수가 있으니 반드시 개인 계정으로 준비하세요.
- Microsoft Copilot Studio 평가판 구독
전체 아키텍처
이 워크샵을 끝마치면 아래와 같은 시스템이 만들어집니다.

시작하기
이 워크샵은 아래와 같은 내용으로 진행합니다. 모두 자기주도학습의 형태로 진행할 수 있으므로, 워크샵 시간에 다 마치지 못하더라도 끝까지 따라해 보세요.
| 세션 | 링크 |
|---|---|
| 00: 개발 환경 설정 | 00-setup.md |
| 01: Microsoft Agent Framework 사용해서 단일 에이전트 개발하기 | 01-single-agent-with-maf.md |
| 02: Microsoft Agent Framework에 프론트엔드 UI 연동하기 | 02-ui-integration-with-maf.md |
| 03: Microsoft Agent Framework 사용해서 다중 에이전트 개발하기 | 03-multi-agent-with-maf.md |
| 04: Aspire로 프론트엔드 웹 UI와 백엔드 에이전트 오케스트레이션하기 | 04-aspire-orchestration.md |
| 05: MCP 서버 개발하기 | 05-mcp-server-development.md |
| 06: Microsoft Agent Framework에 MCP 서버 연동하기 | 06-mcp-server-integration-with-maf.md |
| 07: Copilot Studio에서 에이전트 개발하고 MCP 서버 연동하기 (선택) | 07-mcp-server-integration-with-copilot-studio.md |
추가 리소스
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found