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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcpflare",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "Use local MCP servers securely with zero-trust isolation while reducing context window token usage by up to 98%.",
5
5
  "type": "module",
6
6
  "main": "dist/server/index.js",