Summary
Add search_registry as the primary discovery tool for AI coding agents (Claude Code, Codex, Kiro). Deprecate intelligent_tool_finder (removal in v1.26.0).
Changes
- New
search_registry tool returns full results (servers, tools, agents, skills) matching the UI's semantic search behavior
intelligent_tool_finder marked deprecated in description, delegates to same API
intelligent_tool_finder now searches all entity types (was missing agents and skills)
- Server name changed from "mcpgw" to "AI Registry" with workflow instructions
- All tool descriptions rewritten to guide AI agents through the discover-then-use workflow
get_skill_content description updated to clarify it is step 2 after search
Motivation
AI coding agents need clear signals about which tool to call first and what to do with the results. The old descriptions were generic ("List all MCP servers") and didn't explain the workflow or what the results mean. The intelligent_tool_finder only returned tools, missing agents and skills entirely.
Summary
Add
search_registryas the primary discovery tool for AI coding agents (Claude Code, Codex, Kiro). Deprecateintelligent_tool_finder(removal in v1.26.0).Changes
search_registrytool returns full results (servers, tools, agents, skills) matching the UI's semantic search behaviorintelligent_tool_findermarked deprecated in description, delegates to same APIintelligent_tool_findernow searches all entity types (was missing agents and skills)get_skill_contentdescription updated to clarify it is step 2 after searchMotivation
AI coding agents need clear signals about which tool to call first and what to do with the results. The old descriptions were generic ("List all MCP servers") and didn't explain the workflow or what the results mean. The
intelligent_tool_finderonly returned tools, missing agents and skills entirely.