@ama-mcp/core 13.6.0-prerelease.9 → 14.0.0-next.10
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 +11 -11
- package/src/testing/index.d.ts +2 -8
- package/src/testing/index.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-mcp/core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0-next.10",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@modelcontextprotocol/sdk": "^1.19.0",
|
|
33
|
-
"@o3r/telemetry": "~
|
|
33
|
+
"@o3r/telemetry": "~14.0.0-next.10"
|
|
34
34
|
},
|
|
35
35
|
"peerDependenciesMeta": {
|
|
36
36
|
"@o3r/telemetry": {
|
|
@@ -49,16 +49,16 @@
|
|
|
49
49
|
"@angular/platform-browser": "~20.3.15",
|
|
50
50
|
"@angular/platform-browser-dynamic": "~20.3.15",
|
|
51
51
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
52
|
-
"@modelcontextprotocol/sdk": "~1.
|
|
52
|
+
"@modelcontextprotocol/sdk": "~1.25.0",
|
|
53
53
|
"@nx/eslint": "~21.6.0",
|
|
54
54
|
"@nx/eslint-plugin": "~21.6.0",
|
|
55
55
|
"@nx/jest": "~21.6.0",
|
|
56
56
|
"@nx/js": "~21.6.0",
|
|
57
|
-
"@o3r/build-helpers": "^
|
|
58
|
-
"@o3r/eslint-config": "^
|
|
59
|
-
"@o3r/eslint-plugin": "^
|
|
60
|
-
"@o3r/telemetry": "~
|
|
61
|
-
"@o3r/test-helpers": "^
|
|
57
|
+
"@o3r/build-helpers": "^14.0.0-next.10",
|
|
58
|
+
"@o3r/eslint-config": "^14.0.0-next.10",
|
|
59
|
+
"@o3r/eslint-plugin": "^14.0.0-next.10",
|
|
60
|
+
"@o3r/telemetry": "~14.0.0-next.10",
|
|
61
|
+
"@o3r/test-helpers": "^14.0.0-next.10",
|
|
62
62
|
"@stylistic/eslint-plugin": "~5.6.0",
|
|
63
63
|
"@types/jest": "~30.0.0",
|
|
64
64
|
"@types/node": "~24.10.0",
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
"eslint-plugin-import": "~2.32.0",
|
|
72
72
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
73
73
|
"eslint-plugin-jest": "~29.11.0",
|
|
74
|
-
"eslint-plugin-jsdoc": "~
|
|
74
|
+
"eslint-plugin-jsdoc": "~61.5.0",
|
|
75
75
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
76
|
-
"eslint-plugin-unicorn": "~
|
|
76
|
+
"eslint-plugin-unicorn": "~62.0.0",
|
|
77
77
|
"eslint-plugin-unused-imports": "~4.3.0",
|
|
78
78
|
"globals": "^16.0.0",
|
|
79
79
|
"jest": "~30.2.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"nx": "~21.6.0",
|
|
84
84
|
"rxjs": "^7.8.1",
|
|
85
85
|
"ts-jest": "~29.4.0",
|
|
86
|
-
"type-fest": "^
|
|
86
|
+
"type-fest": "^5.3.1",
|
|
87
87
|
"typescript": "~5.9.2",
|
|
88
88
|
"typescript-eslint": "~8.51.0",
|
|
89
89
|
"zod": "~4.1.0",
|
package/src/testing/index.d.ts
CHANGED
|
@@ -12,16 +12,10 @@ 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;
|
|
20
15
|
_meta?: {
|
|
21
16
|
[x: string]: unknown;
|
|
22
17
|
progressToken?: string | number | undefined;
|
|
23
18
|
"io.modelcontextprotocol/related-task"?: {
|
|
24
|
-
[x: string]: unknown;
|
|
25
19
|
taskId: string;
|
|
26
20
|
} | undefined;
|
|
27
21
|
} | undefined;
|
|
@@ -32,8 +26,8 @@ export declare const setUpClientAndServerForTesting: (mcpServer: McpServer) => P
|
|
|
32
26
|
[x: string]: unknown;
|
|
33
27
|
_meta?: {
|
|
34
28
|
[x: string]: unknown;
|
|
29
|
+
progressToken?: string | number | undefined;
|
|
35
30
|
"io.modelcontextprotocol/related-task"?: {
|
|
36
|
-
[x: string]: unknown;
|
|
37
31
|
taskId: string;
|
|
38
32
|
} | undefined;
|
|
39
33
|
} | undefined;
|
|
@@ -42,8 +36,8 @@ export declare const setUpClientAndServerForTesting: (mcpServer: McpServer) => P
|
|
|
42
36
|
[x: string]: unknown;
|
|
43
37
|
_meta?: {
|
|
44
38
|
[x: string]: unknown;
|
|
39
|
+
progressToken?: string | number | undefined;
|
|
45
40
|
"io.modelcontextprotocol/related-task"?: {
|
|
46
|
-
[x: string]: unknown;
|
|
47
41
|
taskId: string;
|
|
48
42
|
} | undefined;
|
|
49
43
|
} | undefined;
|
|
@@ -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
|
|
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"}
|