This provides workshop materials using official MCP SDK

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

Open Issues Need Help

View All on GitHub

AI Summary: Create a C# console application that interacts with a list of monkeys. The app should display all monkeys, show details of a specific monkey by name, select a random monkey, and include ASCII art. The application should use a provided Monkey model class and separate business logic from the console UI. Error handling and input validation are required.

Complexity: 2/5
enhancement good first issue

This provides workshop materials using official MCP SDK

JavaScript

AI Summary: Create a C# console application that manages a list of monkeys. The application should allow users to list all monkeys, retrieve details by name, select a random monkey, and include ASCII art. The application must use a Monkey model class, a static helper class for data management, and adhere to C# 13 and .NET 9 standards with XML documentation.

Complexity: 3/5
enhancement good first issue

This provides workshop materials using official MCP SDK

JavaScript