Releases: MattyMailers/smartmoving-mcp
Releases · MattyMailers/smartmoving-mcp
Release list
v0.1.0 public launch
Changelog
All notable changes to SmartMoving MCP Server will be documented here.
This project uses semantic versioning while the public API is stabilizing.
0.1.0 - Public launch preparation
Added
- Read-only-by-default safety model for write/destructive SmartMoving operations.
SMARTMOVING_ALLOW_WRITES=truegate for POST, PUT, and PATCH requests.SMARTMOVING_ALLOW_DESTRUCTIVE=truegate for DELETE requests.- API-key redaction for SmartMoving API error messages.
- Vitest test harness with mocked HTTP-client coverage.
- Public release instructions for maintainers.
- Fork-and-contribute guide for operators, developers, and AI-agent users.
- Sample agent prompts for smoke tests, lookup workflows, write-enabled workflows, and coding-agent contributions.
- NPM package file whitelist for cleaner public installs.
Changed
- Package version reset from
1.0.0to0.1.0to reflect first public release status. - Verification now runs build, tests, and high-severity npm audit.
- Install docs now recommend safe read-only first-run configuration.
Security
- Writes are disabled unless explicitly enabled by environment variable.
- Delete-style destructive operations require a second explicit environment variable.