@nextclaw/mcp 0.3.23 → 0.3.25

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/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -117,7 +117,7 @@ type McpClientHandle = {
117
117
  };
118
118
  declare class McpClientFactory {
119
119
  private readonly _config?;
120
- constructor(_config?: Config);
120
+ constructor(_config?: Config | undefined);
121
121
  create(record: McpServerRecord): McpClientHandle;
122
122
  }
123
123
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/mcp",
3
- "version": "0.3.23",
3
+ "version": "0.3.25",
4
4
  "private": false,
5
5
  "description": "Platform-level MCP registry, lifecycle, and diagnostics for NextClaw.",
6
6
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  "dependencies": {
18
18
  "@modelcontextprotocol/sdk": "^1.27.1",
19
19
  "undici": "^6.21.0",
20
- "@nextclaw/core": "0.15.23"
20
+ "@nextclaw/core": "0.15.24"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^20.17.6",