What's Changed
Tool responses
search_articlesandlist_reposnow return structured JSON for easy parsing; content tools (read_article,read_repo_doc,get_blog_index) keep returning raw Markdown. Theresponse_formatparameter selects which fields appear.- Removed non-ASCII decoration from tool descriptions and output for broad client compatibility.
Search
search_articlesnow matches query terms individually and ranks results by how many terms match — multi-word queries likemcp server pythonreturn 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/mcpremains the live path.
Install: npx @agentailor/mcp
Full Changelog: v0.1.0...v0.2.0