@modelcontextprotocol/server-wiki-explorer 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 -2
  2. package/package.json +1 -1
package/dist/server.js CHANGED
@@ -49637,7 +49637,6 @@ function date4(params) {
49637
49637
 
49638
49638
  // ../../node_modules/zod/v4/classic/external.js
49639
49639
  config(en_default2());
49640
-
49641
49640
  // ../../node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
49642
49641
  var LATEST_PROTOCOL_VERSION = "2025-11-25";
49643
49642
  var SUPPORTED_PROTOCOL_VERSIONS = [LATEST_PROTOCOL_VERSION, "2025-06-18", "2025-03-26", "2024-11-05", "2024-10-07"];
@@ -52585,6 +52584,7 @@ function mergeCapabilities(base, additional) {
52585
52584
  }
52586
52585
  return result;
52587
52586
  }
52587
+
52588
52588
  // ../../node_modules/@modelcontextprotocol/ext-apps/dist/src/server/index.js
52589
52589
  var F = "2026-01-26";
52590
52590
  var z2 = "ui/notifications/tool-input-partial";
@@ -53374,7 +53374,6 @@ class ExperimentalMcpServerTasks {
53374
53374
  return mcpServerInternal._createRegisteredTool(name, config2.title, config2.description, config2.inputSchema, config2.outputSchema, config2.annotations, execution, config2._meta, handler);
53375
53375
  }
53376
53376
  }
53377
-
53378
53377
  // ../../node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js
53379
53378
  class McpServer {
53380
53379
  constructor(serverInfo, options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modelcontextprotocol/server-wiki-explorer",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "type": "module",
5
5
  "description": "Wikipedia link explorer MCP App Server with graph visualization",
6
6
  "repository": {