@jtsang/nettune-mcp 0.2.0 → 0.2.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/README.md +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -109,6 +109,7 @@ Once connected, the following tools are available:
|
|
|
109
109
|
| `nettune.snapshot_server` | Create a server state snapshot |
|
|
110
110
|
| `nettune.list_profiles` | List available optimization profiles |
|
|
111
111
|
| `nettune.show_profile` | Show details of a specific profile |
|
|
112
|
+
| `nettune.create_profile` | Create a custom optimization profile |
|
|
112
113
|
| `nettune.apply_profile` | Apply an optimization profile |
|
|
113
114
|
| `nettune.rollback` | Rollback to a previous snapshot |
|
|
114
115
|
| `nettune.status` | Get current server status |
|
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.
|
|
2133
|
+
version: "0.2.2",
|
|
2134
2134
|
private: false,
|
|
2135
2135
|
description: "MCP stdio wrapper for nettune - TCP network optimization tool",
|
|
2136
2136
|
type: "module",
|