[2.3.0] Move MCP servers to .mcp.json file

This commit is contained in:
Kieran Klaassen
2025-11-24 14:17:56 -08:00
parent e3e7640c64
commit 66e35bbc40
3 changed files with 22 additions and 14 deletions

View File

@@ -5,6 +5,12 @@ All notable changes to the compounding-engineering plugin will be documented in
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.3.0] - 2024-11-24
### Changed
- **MCP Configuration** - Moved MCP servers from inline `plugin.json` to separate `.mcp.json` file per Claude Code best practices for plugin MCP integration.
## [2.2.1] - 2024-11-24
### Fixed