@ama-mcp/core 14.0.0-next.7 → 14.0.0-next.9
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 +20 -13
- package/src/public_api.d.ts +1 -0
- package/src/public_api.d.ts.map +1 -1
- package/src/public_api.js +1 -0
- package/src/public_api.js.map +1 -1
- package/src/server/index.d.ts +29 -0
- package/src/server/index.d.ts.map +1 -0
- package/src/server/index.js +78 -0
- package/src/server/index.js.map +1 -0
- 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": "14.0.0-next.
|
|
3
|
+
"version": "14.0.0-next.9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,7 +29,13 @@
|
|
|
29
29
|
"compile": "tsc -b ./tsconfig.build.json && yarn cpy package.json dist && patch-package-json-main"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@modelcontextprotocol/sdk": "^1.19.0"
|
|
32
|
+
"@modelcontextprotocol/sdk": "^1.19.0",
|
|
33
|
+
"@o3r/telemetry": "~14.0.0-next.9"
|
|
34
|
+
},
|
|
35
|
+
"peerDependenciesMeta": {
|
|
36
|
+
"@o3r/telemetry": {
|
|
37
|
+
"optional": true
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
"dependencies": {
|
|
35
41
|
"tslib": "^2.6.2"
|
|
@@ -43,19 +49,20 @@
|
|
|
43
49
|
"@angular/platform-browser": "~20.3.15",
|
|
44
50
|
"@angular/platform-browser-dynamic": "~20.3.15",
|
|
45
51
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
46
|
-
"@modelcontextprotocol/sdk": "~1.
|
|
52
|
+
"@modelcontextprotocol/sdk": "~1.25.0",
|
|
47
53
|
"@nx/eslint": "~21.6.0",
|
|
48
54
|
"@nx/eslint-plugin": "~21.6.0",
|
|
49
55
|
"@nx/jest": "~21.6.0",
|
|
50
56
|
"@nx/js": "~21.6.0",
|
|
51
|
-
"@o3r/build-helpers": "^14.0.0-next.
|
|
52
|
-
"@o3r/eslint-config": "^14.0.0-next.
|
|
53
|
-
"@o3r/eslint-plugin": "^14.0.0-next.
|
|
54
|
-
"@o3r/
|
|
57
|
+
"@o3r/build-helpers": "^14.0.0-next.9",
|
|
58
|
+
"@o3r/eslint-config": "^14.0.0-next.9",
|
|
59
|
+
"@o3r/eslint-plugin": "^14.0.0-next.9",
|
|
60
|
+
"@o3r/telemetry": "~14.0.0-next.9",
|
|
61
|
+
"@o3r/test-helpers": "^14.0.0-next.9",
|
|
55
62
|
"@stylistic/eslint-plugin": "~5.6.0",
|
|
56
63
|
"@types/jest": "~30.0.0",
|
|
57
64
|
"@types/node": "~24.10.0",
|
|
58
|
-
"@typescript-eslint/parser": "~8.
|
|
65
|
+
"@typescript-eslint/parser": "~8.51.0",
|
|
59
66
|
"angular-eslint": "~20.6.0",
|
|
60
67
|
"cpy-cli": "^6.0.0",
|
|
61
68
|
"eslint": "~9.39.0",
|
|
@@ -63,10 +70,10 @@
|
|
|
63
70
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
64
71
|
"eslint-plugin-import": "~2.32.0",
|
|
65
72
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
66
|
-
"eslint-plugin-jest": "~29.
|
|
67
|
-
"eslint-plugin-jsdoc": "~
|
|
73
|
+
"eslint-plugin-jest": "~29.11.0",
|
|
74
|
+
"eslint-plugin-jsdoc": "~61.5.0",
|
|
68
75
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
69
|
-
"eslint-plugin-unicorn": "~
|
|
76
|
+
"eslint-plugin-unicorn": "~62.0.0",
|
|
70
77
|
"eslint-plugin-unused-imports": "~4.3.0",
|
|
71
78
|
"globals": "^16.0.0",
|
|
72
79
|
"jest": "~30.2.0",
|
|
@@ -76,9 +83,9 @@
|
|
|
76
83
|
"nx": "~21.6.0",
|
|
77
84
|
"rxjs": "^7.8.1",
|
|
78
85
|
"ts-jest": "~29.4.0",
|
|
79
|
-
"type-fest": "^
|
|
86
|
+
"type-fest": "^5.3.1",
|
|
80
87
|
"typescript": "~5.9.2",
|
|
81
|
-
"typescript-eslint": "~8.
|
|
88
|
+
"typescript-eslint": "~8.51.0",
|
|
82
89
|
"zod": "~4.1.0",
|
|
83
90
|
"zone.js": "~0.15.0"
|
|
84
91
|
},
|
package/src/public_api.d.ts
CHANGED
package/src/public_api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../src/public_api.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC"}
|
package/src/public_api.js
CHANGED
|
@@ -4,6 +4,7 @@ const tslib_1 = require("tslib");
|
|
|
4
4
|
tslib_1.__exportStar(require("./cache/index"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./logger/index"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./resource/index"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./server/index"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./testing/index"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./tool/index"), exports);
|
|
9
10
|
//# sourceMappingURL=public_api.js.map
|
package/src/public_api.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public_api.js","sourceRoot":"","sources":["../../src/public_api.ts"],"names":[],"mappings":";;;AAAA,wDAA8B;AAC9B,yDAA+B;AAC/B,2DAAiC;AACjC,0DAAgC;AAChC,uDAA6B"}
|
|
1
|
+
{"version":3,"file":"public_api.js","sourceRoot":"","sources":["../../src/public_api.ts"],"names":[],"mappings":";;;AAAA,wDAA8B;AAC9B,yDAA+B;AAC/B,2DAAiC;AACjC,yDAA+B;AAC/B,0DAAgC;AAChC,uDAA6B"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { ServerOptions } from '@modelcontextprotocol/sdk/server/index.js';
|
|
2
|
+
import { McpServer, type ReadResourceCallback, type ReadResourceTemplateCallback, type RegisteredResource, type RegisteredResourceTemplate, type ResourceMetadata, type ResourceTemplate } from '@modelcontextprotocol/sdk/server/mcp.js';
|
|
3
|
+
import type { AnySchema, ZodRawShapeCompat } from '@modelcontextprotocol/sdk/server/zod-compat';
|
|
4
|
+
import type { Implementation } from '@modelcontextprotocol/sdk/types';
|
|
5
|
+
import type { Logger } from '../logger';
|
|
6
|
+
/**
|
|
7
|
+
* MCP server with telemetry support
|
|
8
|
+
*/
|
|
9
|
+
export declare class AmaMcpServer extends McpServer {
|
|
10
|
+
private readonly logger;
|
|
11
|
+
constructor(logger: Logger, serverInfo: Implementation, options?: ServerOptions);
|
|
12
|
+
/**
|
|
13
|
+
* @inheritdoc
|
|
14
|
+
*/
|
|
15
|
+
registerPrompt(...args: Parameters<typeof McpServer.prototype.registerPrompt>): import("@modelcontextprotocol/sdk/server/mcp.js").RegisteredPrompt;
|
|
16
|
+
/**
|
|
17
|
+
* @inheritdoc
|
|
18
|
+
*/
|
|
19
|
+
registerTool<OutputArgs extends ZodRawShapeCompat | AnySchema, InputArgs extends undefined | ZodRawShapeCompat | AnySchema = undefined>(...args: Parameters<typeof McpServer.prototype.registerTool<OutputArgs, InputArgs>>): import("@modelcontextprotocol/sdk/server/mcp.js").RegisteredTool;
|
|
20
|
+
/**
|
|
21
|
+
* @inheritdoc
|
|
22
|
+
*/
|
|
23
|
+
registerResource(name: string, uriOrTemplate: string, config: ResourceMetadata, resourceCallback: ReadResourceCallback): RegisteredResource;
|
|
24
|
+
/**
|
|
25
|
+
* @inheritdoc
|
|
26
|
+
*/
|
|
27
|
+
registerResource(name: string, uriOrTemplate: ResourceTemplate, config: ResourceMetadata, resourceCallback: ReadResourceTemplateCallback): RegisteredResourceTemplate;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/server/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACd,MAAM,2CAA2C,CAAC;AACnD,OAAO,EACL,SAAS,EACT,KAAK,oBAAoB,EACzB,KAAK,4BAA4B,EACjC,KAAK,kBAAkB,EACvB,KAAK,0BAA0B,EAC/B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EAEtB,MAAM,yCAAyC,CAAC;AACjD,OAAO,KAAK,EACV,SAAS,EACT,iBAAiB,EAClB,MAAM,6CAA6C,CAAC;AACrD,OAAO,KAAK,EACV,cAAc,EACf,MAAM,iCAAiC,CAAC;AAKzC,OAAO,KAAK,EACV,MAAM,EACP,MAAM,WAAW,CAAC;AAanB;;GAEG;AACH,qBAAa,YAAa,SAAQ,SAAS;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,cAAc,EAAE,OAAO,CAAC,EAAE,aAAa;IAIhG;;OAEG;IACa,cAAc,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,cAAc,CAAC;IAc7F;;OAEG;IACa,YAAY,CAAC,UAAU,SAAS,iBAAiB,GAAG,SAAS,EAAE,SAAS,SAAS,SAAS,GAAG,iBAAiB,GAAG,SAAS,GAAG,SAAS,EACpJ,GAAG,IAAI,EAAE,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,YAAY,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;IAerF;;OAEG;IACa,gBAAgB,CAAC,IAAI,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,oBAAoB,GAAG,kBAAkB;IAC3J;;OAEG;IACa,gBAAgB,CAAC,IAAI,EAAE,MAAM,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,4BAA4B,GAAG,0BAA0B;CAsBtL"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AmaMcpServer = void 0;
|
|
4
|
+
const mcp_js_1 = require("@modelcontextprotocol/sdk/server/mcp.js");
|
|
5
|
+
const createCallback = (...args) => async (...callbackArgs) => {
|
|
6
|
+
const { createGenAICallbackWithMetrics } = await Promise.resolve().then(() => require('@o3r/telemetry'));
|
|
7
|
+
const wrappedCallback = createGenAICallbackWithMetrics(...args);
|
|
8
|
+
return wrappedCallback(...callbackArgs);
|
|
9
|
+
};
|
|
10
|
+
const sendMetricsIfAuthorized = async (...args) => {
|
|
11
|
+
const { sendGenAIEventMetricsIfAuthorized } = await Promise.resolve().then(() => require('@o3r/telemetry'));
|
|
12
|
+
return sendGenAIEventMetricsIfAuthorized(...args);
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* MCP server with telemetry support
|
|
16
|
+
*/
|
|
17
|
+
class AmaMcpServer extends mcp_js_1.McpServer {
|
|
18
|
+
constructor(logger, serverInfo, options) {
|
|
19
|
+
super(serverInfo, options);
|
|
20
|
+
this.logger = logger;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* @inheritdoc
|
|
24
|
+
*/
|
|
25
|
+
registerPrompt(...args) {
|
|
26
|
+
const [name, config, promptCallback] = args;
|
|
27
|
+
const callback = createCallback(promptCallback, name, 'promptCall', { logger: this.logger });
|
|
28
|
+
let error;
|
|
29
|
+
try {
|
|
30
|
+
return super.registerPrompt(name, config, callback);
|
|
31
|
+
}
|
|
32
|
+
catch (e) {
|
|
33
|
+
error = e;
|
|
34
|
+
throw e;
|
|
35
|
+
}
|
|
36
|
+
finally {
|
|
37
|
+
void sendMetricsIfAuthorized(name, 'promptRegistration', { logger: this.logger }, error);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @inheritdoc
|
|
42
|
+
*/
|
|
43
|
+
registerTool(...args) {
|
|
44
|
+
const [name, config, toolCallback] = args;
|
|
45
|
+
const callback = createCallback(toolCallback, name, 'toolCall', { logger: this.logger });
|
|
46
|
+
let error;
|
|
47
|
+
try {
|
|
48
|
+
return super.registerTool(name, config, callback);
|
|
49
|
+
}
|
|
50
|
+
catch (e) {
|
|
51
|
+
error = e;
|
|
52
|
+
throw e;
|
|
53
|
+
}
|
|
54
|
+
finally {
|
|
55
|
+
void sendMetricsIfAuthorized(name, 'toolRegistration', { logger: this.logger }, error);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* @inheritdoc
|
|
60
|
+
*/
|
|
61
|
+
registerResource(name, uriOrTemplate, config, resourceCallback) {
|
|
62
|
+
const callback = createCallback(resourceCallback, name, 'resourceCall', { logger: this.logger });
|
|
63
|
+
let error;
|
|
64
|
+
try {
|
|
65
|
+
// Cast is required because the overload typing on MCP SDK is not correct
|
|
66
|
+
return super.registerResource(name, uriOrTemplate, config, callback);
|
|
67
|
+
}
|
|
68
|
+
catch (e) {
|
|
69
|
+
error = e;
|
|
70
|
+
throw e;
|
|
71
|
+
}
|
|
72
|
+
finally {
|
|
73
|
+
void sendMetricsIfAuthorized(name, 'resourceRegistration', { logger: this.logger }, error);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.AmaMcpServer = AmaMcpServer;
|
|
78
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/server/index.ts"],"names":[],"mappings":"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"}
|
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"}
|