Skip to content

Latest commit

 

History

History
97 lines (72 loc) · 2.63 KB

File metadata and controls

97 lines (72 loc) · 2.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Features

  • Complete MCP Server implementation with rmcp 0.3.0 integration
  • Recipe discovery and execution with structured output
  • Comprehensive testing suite with 33 passing tests
  • Environment management with .env file support
  • Justfile validation system
  • Production-ready error handling and logging

Documentation

  • Comprehensive README with quick start guide
  • Claude Desktop integration examples
  • Architecture documentation in CLAUDE.md

Build System

  • Cocogitto conventional commit setup
  • GitHub Actions CI/CD pipeline
  • Automated versioning and releases
  • Git hooks for commit linting and testing

v0.1.5 - 2025-11-15

Bug Fixes

  • checkout latest main in publish job - (87fe7a7) - elasticdotventures

Miscellaneous

  • (version) v0.1.4 - (154ded8) - github-actions[bot]

v0.1.4 - 2025-11-15

Bug Fixes

  • sync server metadata during release - (a6fd776) - elasticdotventures

v0.1.3 - 2025-11-15

Bug Fixes

  • drop websiteUrl for registry - (c75c631) - elasticdotventures

v0.1.2 - 2025-11-15

Bug Fixes

  • align MCP namespace casing - (ee0ada9) - elasticdotventures

v0.1.1 - 2025-11-15

Bug Fixes

  • enable multi-arch container builds - (141240c) - elasticdotventures

v0.1.0 - 2025-11-15

Bug Fixes

  • push version tags explicitly - (cced655) - elasticdotventures
  • push release tags - (39eb93d) - elasticdotventures
  • stabilize release version detection - (a439595) - elasticdotventures
  • make server version script portable - (e50b364) - elasticdotventures

Features

  • add MCP registry publishing - (43b0e1a) - elasticdotventures

Miscellaneous

  • (version) v0.1.0 - (95000da) - github-actions[bot]

v0.1.0 - 2025-11-15

Bug Fixes

  • push release tags - (39eb93d) - elasticdotventures
  • stabilize release version detection - (a439595) - elasticdotventures
  • make server version script portable - (e50b364) - elasticdotventures

Features

  • add MCP registry publishing - (43b0e1a) - elasticdotventures

v0.1.0 - 2025-07-25

Bug Fixes

  • add changelog separator for cocogitto - (1d6101e) - elasticdotventures
  • update GitHub Actions branch references and cog config - (63c75b8) - elasticdotventures

Features

  • setup cocogitto, CI/CD, and crates.io preparation - (8945d2f) - elasticdotventures

Miscellaneous

  • cargo fmt - (00a3fc8) - elasticdotventures