You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add category gateway proxy for tool consolidation
Replace direct MCP registration of lesser-used tools with domain-named
gateway tools that combine discovery and execution in a single step.
Phase 1 implements ha_manage_dashboards, which consolidates 12 dashboard
and resource tools behind one gateway. This reduces idle context tokens
while maintaining full functionality through 1-step access:
- gateway() → lists all sub-tools with full parameter schemas
- gateway(tool="ha_config_set_dashboard", args='{...}') → executes
This approach addresses discoverability issues found in PR homeassistant-ai#627's
3-step meta-tool pattern (ha_find_tools → ha_get_tool_details →
ha_execute_tool), where LLMs failed to discover proxied capabilities.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments