mcpflare 1.1.0 → 1.2.0

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 (3) hide show
  1. package/CHANGELOG.md +52 -40
  2. package/README.md +1 -0
  3. package/package.json +2 -5
package/CHANGELOG.md CHANGED
@@ -1,47 +1,58 @@
1
- # Changelog
2
-
3
- ## 1.1.0 (2026-01-17)
4
-
5
- ### Features
6
-
7
- * add enterprise security hardening and automated release process ([e317d90](https://github.com/jgentes/mcpflare/commit/e317d90ef27a02f496de75997edd0461e80e674d))
8
- * Add install command and MCP discovery/transparency features ([5e9eba6](https://github.com/jgentes/mcpflare/commit/5e9eba646330565b61599bee06259effab3a03c0))
9
- * add unrestricted network mode and UI warning ([a9272c0](https://github.com/jgentes/mcpflare/commit/a9272c0b62b87248d0bfe3dec9a3c48a7eed8264))
10
- * Add VS Code extension for MCP Guard configuration ([94ba5e7](https://github.com/jgentes/mcpflare/commit/94ba5e75f080503fa0423eb5ae0c05c6b8681084))
11
- * **cli:** add token savings analysis and disk-based metrics persistence ([40186a0](https://github.com/jgentes/mcpflare/commit/40186a0f4dcf85173909654efc49aa16d42d0ce6))
12
- * enforce per-MCP network allowlists ([8b179ba](https://github.com/jgentes/mcpflare/commit/8b179ba8ec236488955a2b9d9c01f4444bd29417))
13
- * **extension:** add connection diagnostics and fix Streamable HTTP session handling ([3ef6570](https://github.com/jgentes/mcpflare/commit/3ef6570a3b89200c513ea9d8f44dff698027b47e))
14
- * **extension:** improve context usage bar visualization ([d69c270](https://github.com/jgentes/mcpflare/commit/d69c270519a92ca1b0eecac6497ecb264228be24))
15
- * **extension:** integrate MCP Guard with IDE config manipulation ([e44d0df](https://github.com/jgentes/mcpflare/commit/e44d0df00118a6287b76447d0cc2e8cf6b35352b))
16
- * implement network allowlist enforcement for Worker isolation ([d92eef5](https://github.com/jgentes/mcpflare/commit/d92eef55b4822682552c899d88f9c4f50416d3ee))
17
- * implement network allowlist with FetchProxy Service Binding ([f923a26](https://github.com/jgentes/mcpflare/commit/f923a26cb68afff0caecf8bfdafa7d8fd243b0fc))
18
- * **vscode-extension:** Add MCP config management and cache invalidation ([d0c50be](https://github.com/jgentes/mcpflare/commit/d0c50be3ed2086417c88fe82438ea60b9f055168))
19
- * **vscode:** add context window usage visualization panel ([5caeeea](https://github.com/jgentes/mcpflare/commit/5caeeea89d8fc1312a5b42cafeff99f94c7cb7bd))
20
-
21
- ### Bug Fixes
22
-
23
- * build before tests in release workflow ([16199d1](https://github.com/jgentes/mcpflare/commit/16199d1609d0cd741f6ea819697738ad198812bf))
24
- * clear per-MCP schema cache and align webview enabled state ([1b1bbf1](https://github.com/jgentes/mcpflare/commit/1b1bbf19097af61520367f0c99a199ca98089dba))
25
- * **cli,server:** improve type safety and code formatting ([3050e46](https://github.com/jgentes/mcpflare/commit/3050e46d80ece833787883b01bd509bddda2fa22))
26
- * configure release workflow for OIDC trusted publishing ([e6442e9](https://github.com/jgentes/mcpflare/commit/e6442e9dcbe0c4af106364f86f63f364dded8b0c))
27
- * ensure VSCode extension version is included in release commit ([6f49b9f](https://github.com/jgentes/mcpflare/commit/6f49b9f989f2e42ca99be4aabdd53d9ed193e587))
28
- * improve MCP assessment and context usage display ([2944365](https://github.com/jgentes/mcpflare/commit/29443659dd02a3f8f3d4969371c3471ef62f4082))
29
- * improve URL-based MCP caching and connection handling ([47471c2](https://github.com/jgentes/mcpflare/commit/47471c255ff4db9d178458a5967929202ab7e982))
30
- * prevent command injection in killProcessTree function ([5a8fc7a](https://github.com/jgentes/mcpflare/commit/5a8fc7a65b9fe907589e58fb830b7a8ad1631060))
31
- * prevent URL-based MCPs from using stale zero-tool cache ([f8860c1](https://github.com/jgentes/mcpflare/commit/f8860c10ec12efc4250a85e2a8922b827ed897cb))
32
- * resolve CI failures in lint and eval tests ([daa1167](https://github.com/jgentes/mcpflare/commit/daa11674bb2b3c5305fefaad24d431a7c158cd62))
33
- * resolve peer dependency conflicts for CI and docs builds ([c65bd4e](https://github.com/jgentes/mcpflare/commit/c65bd4ec633413e89adefccb5aed7721783fca9c))
34
- * resolve test failures in config-manager and webview-provider ([6c47700](https://github.com/jgentes/mcpflare/commit/6c47700fab8cab56692565d7546cc07fb8770747))
35
- * resolve TypeScript module resolution and type errors ([cd7f477](https://github.com/jgentes/mcpflare/commit/cd7f477f019998b6b27eb271a512e2ed7152864d))
36
- * **server:** align worker network policy with isolation config ([10539f0](https://github.com/jgentes/mcpflare/commit/10539f01aababd08162da3c0761c17d946c63eef))
37
- * update homepage URL to https://mcpflare.org ([eb70260](https://github.com/jgentes/mcpflare/commit/eb702607052804ce867833ee924c179e5a76e074))
38
- * **vscode:** prevent MCP card collapse on save and eliminate UI flashing ([96da0ee](https://github.com/jgentes/mcpflare/commit/96da0eeac42ee3973024dd1446059609f224225d))
39
-
1
+ # Changelog
2
+
40
3
  All notable changes to this project will be documented in this file.
41
4
 
42
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
43
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44
7
 
8
+ ## [1.2.0] - 2026-01-18
9
+
10
+ ### Added
11
+ - Automated VS Code Marketplace publishing
12
+
13
+ ### Changed
14
+ - Ignored packaged VS Code extension artifacts (`*.vsix`) in git
15
+
16
+ ### Other
17
+ - Added troubleshooting guidance to the publish command documentation
18
+
19
+ ## [1.1.1] - 2026-01-17
20
+
21
+ ### Changed
22
+ - Replaced release-it with a simple tag-triggered publish workflow
23
+ - Added `/publish` command for AI-assisted releases with automatic changelog generation
24
+ - Simplified CI workflow - version bumping now happens locally, CI only publishes
25
+
26
+ ### Fixed
27
+ - Fixed npm version hook to ensure git tag includes VSCode extension version sync
28
+ - Fixed pre-push hook line endings for Linux CI compatibility
29
+ - Fixed recursive npm publish issue that caused duplicate publish attempts
30
+ - Fixed release workflow to work with GitHub branch protection rules
31
+
32
+ ## [1.1.0] - 2026-01-17
33
+
34
+ ### Added
35
+ - Enterprise security hardening and automated release process
36
+ - Install command and MCP discovery/transparency features
37
+ - Unrestricted network mode with UI warning
38
+ - VS Code extension for MCP Guard configuration
39
+ - Token savings analysis and disk-based metrics persistence
40
+ - Per-MCP network allowlists enforcement
41
+ - Connection diagnostics and Streamable HTTP session handling
42
+ - Context window usage visualization panel
43
+
44
+ ### Fixed
45
+ - Improved MCP assessment and context usage display
46
+ - Improved URL-based MCP caching and connection handling
47
+ - Prevented command injection in killProcessTree function
48
+ - Resolved various CI and test failures
49
+
50
+ ## [1.0.0] - 2026-01-17
51
+
52
+ ### Changed
53
+ - Renamed product from mcpguard to mcpflare
54
+ - Updated homepage URL to https://mcpflare.org
55
+
45
56
  ## [0.2.0] - 2024-12-13
46
57
 
47
58
  ### Added
@@ -66,4 +77,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77
 
67
78
  ---
68
79
 
69
- **Note**: This changelog will be automatically updated by release-it based on conventional commits.
80
+ **Note**: This changelog will be automatically updated by release-it based on conventional commits.
81
+
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.0",
3
+ "version": "1.2.0",
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",
@@ -24,8 +24,7 @@
24
24
  "check": "biome check src",
25
25
  "check:fix": "biome check --write src",
26
26
  "worker:dev": "npx wrangler dev",
27
- "release": "release-it",
28
- "publish": "npm publish --provenance --access public",
27
+ "version": "node scripts/sync-vscode-extension-version.js && git add vscode-extension/package.json",
29
28
  "prepare": "husky"
30
29
  },
31
30
  "keywords": [
@@ -58,11 +57,9 @@
58
57
  },
59
58
  "devDependencies": {
60
59
  "@biomejs/biome": "^2.3.5",
61
- "@release-it/conventional-changelog": "^10.0.4",
62
60
  "@types/node": "^20.10.0",
63
61
  "@vitest/coverage-v8": "^2.1.9",
64
62
  "husky": "^9.1.7",
65
- "release-it": "^19.2.3",
66
63
  "tsx": "^4.7.0",
67
64
  "typescript": "^5.3.3",
68
65
  "vitest": "^2.1.9"