Skip to content

Releases: agentailor/mcp

Release list

v0.2.0

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

v0.1.0

Choose a tag to compare

@IBJunior IBJunior released this 02 Jul 14:09
a3f2178

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