family_tree_mcp_demo
0
The Family Tree MCP Demo is an MCP server that allows exploration and querying of family tree data. It supports operations like listing family members and analyzing relationships, implemented in C# using .NET.
Family Tree MCP Demo
This project provides a Model Context Protocol (MCP) server for exploring and querying a family tree. Implemented in C# using .NET, it offers features such as listing all people in the family tree, querying individuals by ID, and analyzing relationships like parents and spouses. The structure includes the main service code, tools, and data models. To run the server, prerequisites like the .NET 9.0 SDK are needed. Testing can be done with provided unit tests.