@modelcontextprotocol/server-basic-react 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.
Files changed (2) hide show
  1. package/dist/server.js +1 -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modelcontextprotocol/server-basic-react",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "type": "module",
5
5
  "description": "Basic MCP App Server example using React",
6
6
  "repository": {