@jtsang/nettune-mcp 0.2.4 → 0.2.5

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2130,7 +2130,7 @@ var {
2130
2130
  // package.json
2131
2131
  var package_default = {
2132
2132
  name: "@jtsang/nettune-mcp",
2133
- version: "0.2.4",
2133
+ version: "0.2.5",
2134
2134
  private: false,
2135
2135
  description: "MCP stdio wrapper for nettune - TCP network optimization tool",
2136
2136
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtsang/nettune-mcp",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "private": false,
5
5
  "description": "MCP stdio wrapper for nettune - TCP network optimization tool",
6
6
  "type": "module",