Releases: tmsdnl/datetime-mcp
Releases · tmsdnl/datetime-mcp
v1.3.10
v1.3.9
v1.3.8
v1.3.7
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
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