@modelcontextprotocol/server-basic-vanillajs 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
|
@@ -24035,7 +24035,6 @@ function date4(params) {
|
|
|
24035
24035
|
|
|
24036
24036
|
// ../../node_modules/zod/v4/classic/external.js
|
|
24037
24037
|
config(en_default2());
|
|
24038
|
-
|
|
24039
24038
|
// ../../node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
24040
24039
|
var LATEST_PROTOCOL_VERSION = "2025-11-25";
|
|
24041
24040
|
var SUPPORTED_PROTOCOL_VERSIONS = [LATEST_PROTOCOL_VERSION, "2025-06-18", "2025-03-26", "2024-11-05", "2024-10-07"];
|
|
@@ -26983,6 +26982,7 @@ function mergeCapabilities(base, additional) {
|
|
|
26983
26982
|
}
|
|
26984
26983
|
return result;
|
|
26985
26984
|
}
|
|
26985
|
+
|
|
26986
26986
|
// ../../node_modules/@modelcontextprotocol/ext-apps/dist/src/server/index.js
|
|
26987
26987
|
var F = "2026-01-26";
|
|
26988
26988
|
var z2 = "ui/notifications/tool-input-partial";
|
|
@@ -27772,7 +27772,6 @@ class ExperimentalMcpServerTasks {
|
|
|
27772
27772
|
return mcpServerInternal._createRegisteredTool(name, config2.title, config2.description, config2.inputSchema, config2.outputSchema, config2.annotations, execution, config2._meta, handler);
|
|
27773
27773
|
}
|
|
27774
27774
|
}
|
|
27775
|
-
|
|
27776
27775
|
// ../../node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js
|
|
27777
27776
|
class McpServer {
|
|
27778
27777
|
constructor(serverInfo, options) {
|