Open Issues Need Help
View All on GitHubAI Summary: This issue requests the creation of a C# console application to manage monkey species data. The application will feature an interactive menu for listing, detailing, and randomly selecting monkeys, with requirements for a Monkey model, a static MonkeyHelper class, and ASCII art for visual appeal. Initial implementation will use hard-coded data, with future plans to integrate with a server.
This provides workshop materials using official MCP SDK
AI Summary: This issue requires creating a C# console application that manages a collection of monkeys. Users can list all monkeys, view details of a specific monkey, and pick a random monkey. The application should include a visual ASCII art header, sample data, and follow repository patterns.
This provides workshop materials using official MCP SDK