Releases: agentailor/mcp
Releases · agentailor/mcp
Release list
v0.2.0
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
v0.1.0
What's Changed
- fix: include test files in TS project so @types/node resolves by @IBJunior in #1
- feat: publish as @agentailor/mcp (npx) and add HTTP deploy path by @IBJunior in #2
New Contributors
Full Changelog: https://github.com/agentailor/mcp/commits/v0.1.0