We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ibarrajo/tree-analyzer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CHANGELOG.md•1.72 KiB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Initial MCP server implementation
- Name disambiguation with fuzzy matching (Soundex, NYSIIS, Metaphone)
- Timeline validation for impossible dates and age issues
- Relationship structure checking (circular ancestry detection)
- Source coverage analysis
- Person profile generation
- Comprehensive audit report generation
- Research leads generator
- Person comparison tool
- Spanish/Latin American name pattern support
- Jinja2 report templates
- Type-safe Python with full type hints
### Changed
- N/A (initial release)
### Deprecated
- N/A (initial release)
### Removed
- N/A (initial release)
### Fixed
- N/A (initial release)
### Security
- N/A (initial release)
## [1.0.0] - TBD
### Added
- First stable release
- 8 MCP tools for genealogy tree analysis
- Fuzzy name matching optimized for Spanish names
- Timeline validation algorithms
- Circular ancestry detection
- Source coverage analysis by generation
- Markdown report generation with FamilySearch links
- Complete API documentation
- Usage examples and guides
---
## Version History Guidelines
### Version Numbers
- **MAJOR** (X.0.0): Incompatible API changes
- **MINOR** (0.X.0): New functionality (backwards-compatible)
- **PATCH** (0.0.X): Bug fixes (backwards-compatible)
### Categories
- **Added**: New features
- **Changed**: Changes to existing functionality
- **Deprecated**: Soon-to-be removed features
- **Removed**: Removed features
- **Fixed**: Bug fixes
- **Security**: Security fixes