mcpflare 1.3.6 → 1.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.3.7] - 2026-03-28
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Ensured extension activation always reconciles the `mcpflare` MCP entry in IDE config so reinstall/upgrade repairs missing entries automatically.
|
|
14
|
+
- Updated `ensureMCPflareInConfig` to rewrite stale `mcpflare` server paths from older extension versions instead of treating them as already valid.
|
|
15
|
+
|
|
10
16
|
## [1.3.6] - 2026-03-28
|
|
11
17
|
|
|
12
18
|
### Fixed
|
package/package.json
CHANGED