@jtsang/nettune-mcp 0.1.1 → 0.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/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
#!/usr/bin/env node
|
|
3
2
|
import { createRequire } from "node:module";
|
|
4
3
|
var __create = Object.create;
|
|
5
4
|
var __getProtoOf = Object.getPrototypeOf;
|
|
@@ -2131,7 +2130,7 @@ var {
|
|
|
2131
2130
|
// package.json
|
|
2132
2131
|
var package_default = {
|
|
2133
2132
|
name: "@jtsang/nettune-mcp",
|
|
2134
|
-
version: "0.1.
|
|
2133
|
+
version: "0.1.2",
|
|
2135
2134
|
private: false,
|
|
2136
2135
|
description: "MCP stdio wrapper for nettune - TCP network optimization tool",
|
|
2137
2136
|
type: "module",
|