@modelcontextprotocol/server-system-monitor 1.2.1 → 1.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/dist/server.js +1 -2
- package/package.json +1 -1
package/dist/server.js
CHANGED
|
@@ -42233,7 +42233,6 @@ function date4(params) {
|
|
|
42233
42233
|
|
|
42234
42234
|
// ../../node_modules/zod/v4/classic/external.js
|
|
42235
42235
|
config(en_default2());
|
|
42236
|
-
|
|
42237
42236
|
// ../../node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
42238
42237
|
var LATEST_PROTOCOL_VERSION = "2025-11-25";
|
|
42239
42238
|
var SUPPORTED_PROTOCOL_VERSIONS = [LATEST_PROTOCOL_VERSION, "2025-06-18", "2025-03-26", "2024-11-05", "2024-10-07"];
|
|
@@ -45181,6 +45180,7 @@ function mergeCapabilities(base, additional) {
|
|
|
45181
45180
|
}
|
|
45182
45181
|
return result2;
|
|
45183
45182
|
}
|
|
45183
|
+
|
|
45184
45184
|
// ../../node_modules/@modelcontextprotocol/ext-apps/dist/src/server/index.js
|
|
45185
45185
|
var F = "2026-01-26";
|
|
45186
45186
|
var z2 = "ui/notifications/tool-input-partial";
|
|
@@ -45970,7 +45970,6 @@ class ExperimentalMcpServerTasks {
|
|
|
45970
45970
|
return mcpServerInternal._createRegisteredTool(name, config2.title, config2.description, config2.inputSchema, config2.outputSchema, config2.annotations, execution, config2._meta, handler);
|
|
45971
45971
|
}
|
|
45972
45972
|
}
|
|
45973
|
-
|
|
45974
45973
|
// ../../node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js
|
|
45975
45974
|
class McpServer {
|
|
45976
45975
|
constructor(serverInfo, options) {
|