CHANGELOG.md•774 B
# Changelog
All notable changes to this project will be documented in this file. The format
follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Nothing yet.
## [1.0.2] - 2025-10-25
### Added
- Linked npm package metadata and README to the canonical GitHub repository for
easier issue reporting.
## [1.0.1] - 2025-10-25
### Fixed
- Lock the `env_echo` tool to only return `PWD` and `WORKSPACE_SLUG`, preventing
accidental exposure of additional environment variables.
## [1.0.0] - 2025-10-25
### Added
- Initial public release of `mcp-echo-env` with workspace variable echoing,
smoke test coverage, linting, and CI automation.