Skip to content

v0.4.0 - Framework Upgrade & Code Quality

Latest

Choose a tag to compare

@avrabe avrabe released this 02 Oct 04:30

🚀 What's New

Framework Upgrade

  • Upgraded PulseEngine MCP framework from v0.10.0 to v0.11.0
  • Added schemars dependency with JsonSchema derives for enhanced schema validation
  • Updated pulseengine-mcp-auth to v0.11.0

Code Quality & Developer Experience

  • Added comprehensive pre-commit hooks configuration
  • Markdown linting with 120 character line limit
  • Automated code formatting with cargo fmt
  • Rust linting with cargo clippy
  • TOML formatting and validation
  • Auto-formatted entire codebase per new standards

📦 Installation

npx @pulseengine/timedate-mcp-server

Or install globally:

npm install -g @pulseengine/timedate-mcp-server
timedate-mcp-server

🔧 Developer Setup

# Install pre-commit hooks
pip install pre-commit
pre-commit install

# Run hooks manually
pre-commit run --all-files

📝 Full Changelog

Commits:

  • feat: upgrade to pulseengine-mcp v0.11.0 and bump version to 0.4.0
  • chore: add pre-commit hooks and auto-format codebase