Skip to content

feat(mcpgw): add search_registry tool, deprecate intelligent_tool_finder #1155

@aarora79

Description

@aarora79

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions