Releases: mguttmann/the-real-snipeit-mcp
Releases · mguttmann/the-real-snipeit-mcp
v0.1.7 — Minimal lean release
Trimmed to a minimal, lean public footprint, with three consistency defects fixed.
Removed (minimalism)
ARCHITECTURE.md,CONTRIBUTING.md,CODE_OF_CONDUCT.md- MCPB bundle (
mcpb/+scripts/build-mcpb.sh) - Auto-publish workflow (
.github/workflows/release.yml) — releases are published manually - Feature-request issue template + PR template
- Redundant devDependencies (
@typescript-eslint/eslint-plugin,@typescript-eslint/parser,@vitest/coverage-v8) and unused scripts (build:mcpb,lint:fix,format:check,coverage)
Fixed
package-lock.jsonroot version synced to release version- CHANGELOG footer links no longer point at unpushed tags
Kept (essential)
src/(38 hand-wrappers + ~145 generated tools),tests/,vendor/OpenAPI specREADME.md,LICENSE,CHANGELOG.md,SECURITY.md- CI workflow (lint + typecheck + test on Node 20/22), bug-report + config issue templates
Verified clean: ✅ no secrets, 0× customer identifiers, npm tarball ships only dist/ + 4 meta files, 116 unit tests green.