mcp-compression-proxy 1.1.0 → 1.1.2

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
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4
4
 
5
+ ## [1.1.2](https://github.com/kdpa-llc/mcp-compression-proxy/compare/v1.1.1...v1.1.2) (2026-09-13)
6
+
7
+ ### Documentation
8
+
9
+ * align package description with gateway capabilities ([#59](https://github.com/kdpa-llc/mcp-compression-proxy/issues/59)) ([4365d0d](https://github.com/kdpa-llc/mcp-compression-proxy/commit/4365d0d05362fe643ec709cb6b81c4fed4f3e664))
10
+
11
+ ## [1.1.1](https://github.com/kdpa-llc/mcp-compression-proxy/compare/v1.1.0...v1.1.1) (2026-09-12)
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** refresh vulnerable proxy dependencies ([#58](https://github.com/kdpa-llc/mcp-compression-proxy/issues/58)) ([35d1047](https://github.com/kdpa-llc/mcp-compression-proxy/commit/35d1047718c3f38fc117b1c498a1f676c4f3ea08))
16
+
5
17
  ## [1.1.0](https://github.com/kdpa-llc/mcp-compression-proxy/compare/v1.0.3...v1.1.0) (2026-09-04)
6
18
 
7
19
  ### Features
package/dist/version.d.ts CHANGED
@@ -7,5 +7,5 @@
7
7
  * constant never needs to be edited by hand.
8
8
  */
9
9
  export declare const SERVER_NAME = "mcp-compression-proxy";
10
- export declare const VERSION = "1.1.0";
10
+ export declare const VERSION = "1.1.2";
11
11
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -7,5 +7,5 @@
7
7
  * constant never needs to be edited by hand.
8
8
  */
9
9
  export const SERVER_NAME = 'mcp-compression-proxy';
10
- export const VERSION = '1.1.0';
10
+ export const VERSION = '1.1.2';
11
11
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-compression-proxy",
3
- "version": "1.1.0",
4
- "description": "MCP server that aggregates tools from multiple MCP servers with LLM-based description compression. Reduces context consumption by 50-80% while maintaining full tool functionality.",
3
+ "version": "1.1.2",
4
+ "description": "Local MCP gateway with progressive tool discovery, description compression, and controlled access to large results.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
7
7
  "scripts": {