Skip to content

notes v0.4.0

Choose a tag to compare

@Abhishekkumar2021 Abhishekkumar2021 released this 28 Jun 00:35
· 12 commits to main since this release

@abhishekmcp/notes v0.4.0 — Prompts + note-app quality-of-life

Adds MCP Prompts (slash-command workflows) and a quality-of-life tool bundle that turns the server into a daily-driver note app. No new dependencies; still pure-JS, local, free.

Prompts (new — surface as slash commands in your client)

  • weekly_review — summarize the last 7 days of notes + open todos
  • summarize_note — summarize one note (with note-name autocomplete)
  • daily_standup — draft a standup from yesterday/today's daily notes + open todos

New tools

  • daily_note — open today's daily note and append timestamped entries (NOTES_DAILY_DIR)
  • list_templates / create_from_template — instantiate notes from templates with {{date}}/{{time}}/{{title}} + custom vars (NOTES_TEMPLATE_DIR)
  • rename_tag — rename a tag across the whole vault (frontmatter + inline #hashtags)
  • unlinked_mentions — find notes that mention a note's title as plain text but don't yet [[link]] to it

Notes

  • Writes stay behind NOTES_READONLY=1; prompts + read tools are always available.
  • Verified: clean build, 0 vulnerabilities, full regression (v0.2 + v0.3) + new v0.4 test suites pass. Published with provenance via OIDC.