This provides workshop materials using official MCP SDK

1 Open Issue Need Help Last updated: Aug 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task involves creating a C# console application that manages monkey species data using an interactive menu. This includes creating a `Monkey` model, a `MonkeyHelper` static class for data management, and a console UI with options to list monkeys, search by name, get a random monkey, and exit. The application should adhere to .NET 9 and C# 13 best practices, including proper exception handling and XML documentation. ASCII art is also required for visual appeal.

Complexity: 3/5
enhancement good first issue

This provides workshop materials using official MCP SDK

JavaScript