Tags: Mearman/mcp-mcp
Tags
chore(release): 1.0.0 [skip ci] # 1.0.0 (2025-06-06) * feat!: introduce template synchronization system with breaking changes ([22b9036](22b9036)) ### Bug Fixes * add yarn.lock and use immutable installs for reproducible builds ([c873248](c873248)) * disable immutable installs to allow lockfile creation in CI ([d22435b](d22435b)) * remove frozen-lockfile from CI workflows for template repository ([f5b55bb](f5b55bb)) * resolve linting errors and update version to 2.0.0 ([a51edfc](a51edfc)) ### Features * add CLI support for dual MCP/CLI mode ([40010ef](40010ef)) * add configurable fetch utility with caching ([0c4fc33](0c4fc33)) * add example tool implementation ([64332dd](64332dd)) * add fetch example tool demonstrating caching ([d6c973f](d6c973f)) * add HTTP client and rate limiting utilities ([33c421c](33c421c)) * add MCP server entry point with tool registration ([f1c418a](f1c418a)) * add shared dependency management configuration ([d23449b](d23449b)) * add shared fetch utility for template synchronization ([f89a1f9](f89a1f9)) * add shared MCP server base patterns ([ab4cde7](ab4cde7)) * add template marker and version tracking ([0505eb6](0505eb6)) * add template synchronization configuration ([483f144](483f144)) * add validation utilities for common patterns ([e920306](e920306)) * add Wayback Machine MCP server and CLI implementation ([9b972c0](9b972c0)) * add Wayback Machine tools (save, retrieve, search, status) ([fd1d1d9](fd1d1d9)) * initial MCP server implementation with example tool ([204b246](204b246)) ### BREAKING CHANGES * This release introduces a new CI-driven template synchronization system that fundamentally changes how template updates are distributed. Repositories created from this template will now receive automatic updates through GitHub Actions workflows. This includes new required files (.template-marker, .template-version), a shared utilities architecture, and new configuration requirements. See BREAKING_CHANGES.md for migration details.