@modelcontextprotocol/server-transcript 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 -1
- 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"];
|
|
@@ -27500,6 +27499,7 @@ class ExperimentalMcpServerTasks {
|
|
|
27500
27499
|
return mcpServerInternal._createRegisteredTool(name, config2.title, config2.description, config2.inputSchema, config2.outputSchema, config2.annotations, execution, config2._meta, handler);
|
|
27501
27500
|
}
|
|
27502
27501
|
}
|
|
27502
|
+
|
|
27503
27503
|
// ../../node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js
|
|
27504
27504
|
class McpServer {
|
|
27505
27505
|
constructor(serverInfo, options) {
|