mcpflare 1.1.1 → 1.2.1

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 CHANGED
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.2.1] - 2026-01-18
9
+
10
+ ### Changed
11
+ - Hardened release workflow to validate extension builds and publish to Open VSX
12
+
13
+ ### Fixed
14
+ - Synced VS Code extension lock file to prevent publish-time npm ci failures
15
+
16
+ ## [1.2.0] - 2026-01-18
17
+
18
+ ### Added
19
+ - Automated VS Code Marketplace publishing
20
+
21
+ ### Changed
22
+ - Ignored packaged VS Code extension artifacts (`*.vsix`) in git
23
+
24
+ ### Other
25
+ - Added troubleshooting guidance to the publish command documentation
26
+
8
27
  ## [1.1.1] - 2026-01-17
9
28
 
10
29
  ### Changed
package/README.md CHANGED
@@ -7,6 +7,7 @@
7
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
8
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue.svg)](https://www.typescriptlang.org/)
9
9
  [![Node.js](https://img.shields.io/badge/Node.js-20+-green.svg)](https://nodejs.org/)
10
+ [![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/forgedapps.mcpflare)](https://marketplace.visualstudio.com/items?itemName=forgedapps.mcpflare)
10
11
 
11
12
  ## 🛡️ How It Works: A Simple Example
12
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcpflare",
3
- "version": "1.1.1",
3
+ "version": "1.2.1",
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",