v0.2.0 - Simplified API
π Release v0.2.0
π₯ Breaking Changes
- Removed
get_mevzuat_article_treetool - no longer needed - Renamed
get_mevzuat_article_contenttoget_mevzuat_content - Changed
get_mevzuat_contentparameters - now only requiresmevzuat_id
β¨ New Features
get_mevzuat_contentnow fetches entire legislation content at once- Simplified API with just 2 tools: search and get full content
- Direct document retrieval using
documentType: MEVZUAT
π― Improvements
- Better performance - eliminated need for tree traversal
- Simpler integration - reduced API calls from 3 to 2
- Cleaner interface - less parameters to manage
- Better handling of documents without hierarchical structure
π Migration Guide
If you were using the old tools:
- Remove any calls to
get_mevzuat_article_tree - Replace
get_mevzuat_article_contentwithget_mevzuat_content - Use only
mevzuat_idparameter (removemadde_id)
π§ Installation
uvx mevzuat-mcpOr for Claude Desktop, add to config:
{
"mcpServers": {
"Mevzuat MCP": {
"command": "uvx",
"args": ["mevzuat-mcp"]
}
}
}Full Changelog: v0.1.0...v0.2.0