@ama-mcp/core 13.5.0-prerelease.3 → 13.5.0-prerelease.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-mcp/core",
3
- "version": "13.5.0-prerelease.3",
3
+ "version": "13.5.0-prerelease.30",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,24 +35,25 @@
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@angular/common": "~20.3.13",
39
- "@angular/compiler": "~20.3.13",
40
- "@angular/compiler-cli": "~20.3.13",
41
- "@angular/core": "~20.3.13",
42
- "@angular/platform-browser": "~20.3.13",
43
- "@angular/platform-browser-dynamic": "~20.3.13",
38
+ "@angular-devkit/schematics": "~20.3.13",
39
+ "@angular/common": "~20.3.15",
40
+ "@angular/compiler": "~20.3.15",
41
+ "@angular/compiler-cli": "~20.3.15",
42
+ "@angular/core": "~20.3.15",
43
+ "@angular/platform-browser": "~20.3.15",
44
+ "@angular/platform-browser-dynamic": "~20.3.15",
44
45
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
45
- "@modelcontextprotocol/sdk": "~1.20.0",
46
+ "@modelcontextprotocol/sdk": "~1.24.0",
46
47
  "@nx/eslint": "~21.6.0",
47
48
  "@nx/eslint-plugin": "~21.6.0",
48
49
  "@nx/jest": "~21.6.0",
49
50
  "@nx/js": "~21.6.0",
50
- "@o3r/build-helpers": "^13.5.0-prerelease.3",
51
- "@o3r/eslint-config": "^13.5.0-prerelease.3",
52
- "@o3r/eslint-plugin": "^13.5.0-prerelease.3",
53
- "@o3r/test-helpers": "^13.5.0-prerelease.3",
51
+ "@o3r/build-helpers": "^13.5.0-prerelease.30",
52
+ "@o3r/eslint-config": "^13.5.0-prerelease.30",
53
+ "@o3r/eslint-plugin": "^13.5.0-prerelease.30",
54
+ "@o3r/test-helpers": "^13.5.0-prerelease.30",
54
55
  "@stylistic/eslint-plugin": "~5.6.0",
55
- "@types/jest": "~29.5.2",
56
+ "@types/jest": "~30.0.0",
56
57
  "@types/node": "~22.18.0",
57
58
  "@typescript-eslint/parser": "~8.47.0",
58
59
  "angular-eslint": "~20.6.0",
@@ -68,19 +69,17 @@
68
69
  "eslint-plugin-unicorn": "~60.0.0",
69
70
  "eslint-plugin-unused-imports": "~4.3.0",
70
71
  "globals": "^16.0.0",
71
- "jest": "~29.7.0",
72
- "jest-environment-jsdom": "~29.7.0",
72
+ "jest": "~30.2.0",
73
73
  "jest-junit": "~16.0.0",
74
- "jest-preset-angular": "~14.6.0",
75
- "jest-util": "~29.7.0",
74
+ "jest-util": "~30.2.0",
76
75
  "jsonc-eslint-parser": "~2.4.0",
77
76
  "nx": "~21.6.0",
78
77
  "rxjs": "^7.8.1",
79
78
  "ts-jest": "~29.4.0",
80
- "ts-node": "~10.9.2",
81
79
  "type-fest": "^4.30.1",
82
80
  "typescript": "~5.9.2",
83
81
  "typescript-eslint": "~8.47.0",
82
+ "zod": "~4.1.0",
84
83
  "zone.js": "~0.15.0"
85
84
  },
86
85
  "engines": {
@@ -12,9 +12,18 @@ export declare const setUpClientAndServerForTesting: (mcpServer: McpServer) => P
12
12
  method: string;
13
13
  params?: {
14
14
  [x: string]: unknown;
15
+ task?: {
16
+ [x: string]: unknown;
17
+ ttl?: number | null | undefined;
18
+ pollInterval?: number | undefined;
19
+ } | undefined;
15
20
  _meta?: {
16
21
  [x: string]: unknown;
17
22
  progressToken?: string | number | undefined;
23
+ "io.modelcontextprotocol/related-task"?: {
24
+ [x: string]: unknown;
25
+ taskId: string;
26
+ } | undefined;
18
27
  } | undefined;
19
28
  } | undefined;
20
29
  }, {
@@ -23,12 +32,20 @@ export declare const setUpClientAndServerForTesting: (mcpServer: McpServer) => P
23
32
  [x: string]: unknown;
24
33
  _meta?: {
25
34
  [x: string]: unknown;
35
+ "io.modelcontextprotocol/related-task"?: {
36
+ [x: string]: unknown;
37
+ taskId: string;
38
+ } | undefined;
26
39
  } | undefined;
27
40
  } | undefined;
28
41
  }, {
29
42
  [x: string]: unknown;
30
43
  _meta?: {
31
44
  [x: string]: unknown;
45
+ "io.modelcontextprotocol/related-task"?: {
46
+ [x: string]: unknown;
47
+ taskId: string;
48
+ } | undefined;
32
49
  } | undefined;
33
50
  }>;
34
51
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/testing/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,MAAM,EACP,MAAM,2CAA2C,CAAC;AAInD,OAAO,KAAK,EACV,SAAS,EACV,MAAM,yCAAyC,CAAC;AAEjD;;;;;GAKG;AACH,eAAO,MAAM,8BAA8B,GAAU,WAAW,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;EAWxE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/testing/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,MAAM,EACP,MAAM,2CAA2C,CAAC;AAInD,OAAO,KAAK,EACV,SAAS,EACV,MAAM,yCAAyC,CAAC;AAEjD;;;;;GAKG;AACH,eAAO,MAAM,8BAA8B,GAAU,WAAW,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWxE,CAAC"}