Skip to content

Version 0.2.0

Choose a tag to compare

@kouko kouko released this 07 Jan 08:37
74e5481

🚀 New Features

Search Tools Enhancements

  • search_schemas - New tool to search schemas by keywords (name or comment)
  • hit_count ranking - Search results now prioritize items matching more keywords
    • Results sorted by hit_count DESC, name ASC
    • hit_count field included in response

List Tools Optimization

  • include_parent_comments parameter - Control whether to fetch parent-level comments
    • list_tables: skip schema comment query when False
    • list_columns: skip table comment query when False
  • include_comments default changed to False for list_tables and list_columns
    • Reduces unnecessary SQL queries
    • list_schemas keeps default True

MCP Instructions Updated

  • Added search_schemas to 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_comments parameter

🤖 Generated with Claude Code