Skip to content

Releases: tmsdnl/datetime-mcp

v1.3.10

05 Mar 06:28

Choose a tag to compare

Changelog

  • f03c6e7 fix: remove timezone example from tool description to prevent LLM from guessing timezone

v1.3.9

05 Mar 00:33

Choose a tag to compare

Changelog

  • c99b497 fix: handle notifications/initialized and ignore unknown notifications

v1.3.8

05 Mar 00:08

Choose a tag to compare

Changelog

  • e38bf9b fix: negotiate MCP protocol version during initialize handshake

v1.3.7

24 Feb 18:38

Choose a tag to compare

Changelog

  • 412290d fix: improve get_current_datetime tool description for proactive use

v1.3.6

24 Feb 17:55

Choose a tag to compare

Changelog

  • 5f5fb95 fix: consistent Not found status for mcp remove when not registered
  • 978ba3a refactor: rename install.go to mcpcmd.go
  • 95864a8 refactor: rename internal/install to internal/mcpcmd

v1.3.5

24 Feb 17:37

Choose a tag to compare

Changelog

  • 03c9a59 fix: demote hook to bottom of list, remove recommendation labels

v1.3.4

24 Feb 17:31

Choose a tag to compare

Changelog

  • 36e0cdc fix: match hooks by binary name to handle versioned/cached paths across upgrades

v1.3.3

24 Feb 17:21

Choose a tag to compare

Changelog

  • 0bfebcc fix: store stable symlink path for hook/MCP registration, not versioned Cellar path

v1.3.2

24 Feb 17:15

Choose a tag to compare

Changelog

  • fb46a74 feat: add format install / update / uninstall subcommands
  • 1e32f29 feat: add hook and mcp server packages
  • 44c84ff feat: add install subcommand, trim README, add docs/reference.md
  • ffc982a feat: add mcp add / mcp remove subcommands
  • 057c1b1 feat: implement core library packages (detect, template, formats, datetime)
  • 325fa77 feat: implement main entrypoint with flag parsing and integration tests
  • 8a866f7 feat: remove deprecated install subcommand
  • d9b4bf5 fix: apply code review fixes across all packages
  • 39f3219 fix: check Claude Desktop dir exists before attempting remove
  • e8bc178 fix: don't write null SessionStart when removing last hook entry
  • e75ab6e fix: emit JSON-RPC error on oversized input; strengthen initialize assertions
  • 5e66fce fix: explicitly pass HOMEBREW_TAP_GITHUB_TOKEN to brew tap repository
  • 51ab43c fix: find formats in pkgshare when XDG dir is empty (Homebrew support)
  • 83ca479 fix: install formats via post_install and add uninstall caveats
  • 38fcc9a fix: make hook mode default, require --mcp for MCP server mode
  • 1261849 fix: pass -- before server args in claude mcp add command
  • 9ada7bb fix: remove format files from Homebrew formula, use format install instead
  • f39cd55 fix: remove stale hook entries (non-existent path, same binary name) on mcp remove
  • b40d728 fix: resolve {timezone}=Local and {aaa}=PMPMPM
  • b9ed895 fix: unify CLI output style across mcp and format subcommands
  • fbcb2e2 fix: use FileUtils explicitly in post_install for format file copying
  • ab462d6 refactor: replace adrg/xdg with inline XDG_CONFIG_HOME helper