@elementor/angie-sdk 1.4.0-beta.10 → 1.4.0-beta.11

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.
@@ -36,6 +36,10 @@ export declare class AngieMcpSdk {
36
36
  destroy(): void;
37
37
  private setupServerInitHandler;
38
38
  private handleServerInitRequest;
39
+ /**
40
+ * Backward compat: MCP SDK moved `instructions` from serverInfo to ServerOptions.
41
+ * Migrate at runtime for older 3rd-party servers.
42
+ */
39
43
  private migrateInstructionsCompat;
40
44
  private generateRequestId;
41
45
  private handlePromptHash;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/angie-sdk",
3
- "version": "1.4.0-beta.10",
3
+ "version": "1.4.0-beta.11",
4
4
  "description": "TypeScript SDK for Angie AI assistant",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -38,11 +38,11 @@
38
38
  "@elementor/oidc-auth": "^0.1.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "@modelcontextprotocol/sdk": ">=1.24.0"
41
+ "@modelcontextprotocol/sdk": ">=1.27.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@eslint/js": "^8.0.0",
45
- "@modelcontextprotocol/sdk": "1.25.2",
45
+ "@modelcontextprotocol/sdk": "1.27.0",
46
46
  "@types/jest": "^29.5.12",
47
47
  "@types/node": "^20.19.0",
48
48
  "@typescript-eslint/eslint-plugin": "^6.19.1",