Version 0.2.0
🚀 New Features
Search Tools Enhancements
search_schemas- New tool to search schemas by keywords (name or comment)hit_countranking - Search results now prioritize items matching more keywords- Results sorted by
hit_count DESC, name ASC hit_countfield included in response
- Results sorted by
List Tools Optimization
include_parent_commentsparameter - Control whether to fetch parent-level commentslist_tables: skip schema comment query whenFalselist_columns: skip table comment query whenFalse
include_commentsdefault changed toFalseforlist_tablesandlist_columns- Reduces unnecessary SQL queries
list_schemaskeeps defaultTrue
MCP Instructions Updated
- Added
search_schemasto recommended exploration flow - Emphasized keyword language should match user's conversation language
📊 Changes Summary
| Tool | Changes |
|---|---|
search_schemas |
New tool with hit_count ranking |
search_tables |
Added hit_count ranking |
search_columns |
Added hit_count ranking |
list_tables |
Added include_parent_comments, default include_comments=False |
list_columns |
Added include_parent_comments, default include_comments=False |
✅ Test Coverage
- 52 tests passing
- New tests for hit_count sorting (3 tests)
- New tests for
include_parent_commentsparameter
🤖 Generated with Claude Code