Skip to content

v1.6.0: Unified Pi Tool Search

Choose a tag to compare

@nicobailon nicobailon released this 29 Jan 07:17
· 84 commits to main since this release

What's New

Unified Pi Tool Search

mcp({ search: "..." }) now searches both MCP tools and Pi tools (from installed extensions).

  • Pi tools appear first in results with [pi tool] prefix
  • Details object includes server: "pi" for pi tools
  • Helps agents discover all available tools in one search

Example

mcp({ search: "annotate" })

Returns:

Found 1 tool matching "annotate":

[pi tool] annotate
  Open visual annotation mode in Chrome...
  No parameters (call directly).

See CHANGELOG.md for full history.