mcp-compression-proxy 1.0.0 → 1.0.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
@@ -2,6 +2,12 @@
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.0.1](https://github.com/kdpa-llc/mcp-compression-proxy/compare/v1.0.0...v1.0.1) (2026-08-23)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **release:** stop uploading dist as flattened GitHub release assets ([#40](https://github.com/kdpa-llc/mcp-compression-proxy/issues/40)) ([d249836](https://github.com/kdpa-llc/mcp-compression-proxy/commit/d249836fa427663cda00bc727a50dcdebbf1c151))
10
+
5
11
  ## 1.0.0 (2026-08-23)
6
12
 
7
13
  ### ⚠ BREAKING CHANGES
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.0.0";
10
+ export declare const VERSION = "1.0.1";
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.0.0';
10
+ export const VERSION = '1.0.1';
11
11
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-compression-proxy",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
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.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",