mcpflare 0.2.1 → 1.1.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.
- package/CHANGELOG.md +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 1.1.0 (2026-01-17)
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
* clear per-MCP schema cache and align webview enabled state ([1b1bbf1](https://github.com/jgentes/mcpflare/commit/1b1bbf19097af61520367f0c99a199ca98089dba))
|
|
25
25
|
* **cli,server:** improve type safety and code formatting ([3050e46](https://github.com/jgentes/mcpflare/commit/3050e46d80ece833787883b01bd509bddda2fa22))
|
|
26
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))
|
|
27
28
|
* improve MCP assessment and context usage display ([2944365](https://github.com/jgentes/mcpflare/commit/29443659dd02a3f8f3d4969371c3471ef62f4082))
|
|
28
29
|
* improve URL-based MCP caching and connection handling ([47471c2](https://github.com/jgentes/mcpflare/commit/47471c255ff4db9d178458a5967929202ab7e982))
|
|
29
30
|
* prevent command injection in killProcessTree function ([5a8fc7a](https://github.com/jgentes/mcpflare/commit/5a8fc7a65b9fe907589e58fb830b7a8ad1631060))
|
package/package.json
CHANGED