Skip to content

v1.4.0

Latest

Choose a tag to compare

@darula-hpp darula-hpp released this 13 Jul 08:56
22b5c62

What's new

  • Jira MCP toolsjira_search, jira_get_issue, jira_create_issue, jira_add_comment, jira_transition, jira_list_projects (configure with node dist/cli.js jira setup)
  • Product Hunt MCP toolsph_today, ph_search, ph_get_post, ph_comments (configure with node dist/cli.js producthunt setup)
  • Telegram HTML formatting — Cursor Markdown (**bold**, code, links) renders via Telegram HTML parse_mode
  • Hybrid recall — FTS5/BM25 + vectors via RRF (memgrep recall --mode keyword|vector|hybrid)

Install

npm i -g memgrep@1.4.0

Or from this repo:

npm run build && node dist/cli.js --help