Skip to content

v0.2.0

Latest

Choose a tag to compare

@IBJunior IBJunior released this 03 Jul 19:51
1258407

What's Changed

Tool responses

  • search_articles and list_repos now return structured JSON for easy parsing; content tools (read_article, read_repo_doc, get_blog_index) keep returning raw Markdown. The response_format parameter selects which fields appear.
  • Removed non-ASCII decoration from tool descriptions and output for broad client compatibility.

Search

  • search_articles now matches query terms individually and ranks results by how many terms match — multi-word queries like mcp server python return relevant results instead of nothing. Single-word queries are unchanged.

Docs & metadata

  • Fixed repository links in package.json.
  • Hosted HTTP endpoint noted as coming soon; npx @agentailor/mcp remains the live path.

Install: npx @agentailor/mcp

Full Changelog: v0.1.0...v0.2.0