@eggjs/tegg-mcp-client 3.75.0 → 3.75.1
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/lib/EggHttpMCPClient.d.ts +2 -0
- package/package.json +14 -14
|
@@ -97,6 +97,7 @@ export declare class EggHttpMCPClient extends HttpMCPClient {
|
|
|
97
97
|
name: string;
|
|
98
98
|
description?: string | undefined;
|
|
99
99
|
mimeType?: string | undefined;
|
|
100
|
+
size?: number | undefined;
|
|
100
101
|
annotations?: {
|
|
101
102
|
audience?: ("user" | "assistant")[] | undefined;
|
|
102
103
|
priority?: number | undefined;
|
|
@@ -180,6 +181,7 @@ export declare class EggHttpMCPClient extends HttpMCPClient {
|
|
|
180
181
|
type: "resource_link";
|
|
181
182
|
description?: string | undefined;
|
|
182
183
|
mimeType?: string | undefined;
|
|
184
|
+
size?: number | undefined;
|
|
183
185
|
annotations?: {
|
|
184
186
|
audience?: ("user" | "assistant")[] | undefined;
|
|
185
187
|
priority?: number | undefined;
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"name": "teggMcpClient"
|
|
11
11
|
},
|
|
12
12
|
"main": "index.js",
|
|
13
|
-
"version": "3.75.
|
|
13
|
+
"version": "3.75.1",
|
|
14
14
|
"description": "mcp client for egg",
|
|
15
15
|
"keywords": [
|
|
16
16
|
"egg",
|
|
@@ -55,25 +55,25 @@
|
|
|
55
55
|
"node": ">=18.0.0"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@eggjs/egg-module-common": "^3.75.
|
|
59
|
-
"@eggjs/mcp-client": "^3.75.
|
|
60
|
-
"@eggjs/tegg": "^3.75.
|
|
61
|
-
"@eggjs/tegg-common-util": "^3.75.
|
|
62
|
-
"@eggjs/tegg-lifecycle": "^3.75.
|
|
63
|
-
"@eggjs/tegg-loader": "^3.75.
|
|
64
|
-
"@eggjs/tegg-metadata": "^3.75.
|
|
65
|
-
"@eggjs/tegg-runtime": "^3.75.
|
|
58
|
+
"@eggjs/egg-module-common": "^3.75.1",
|
|
59
|
+
"@eggjs/mcp-client": "^3.75.1",
|
|
60
|
+
"@eggjs/tegg": "^3.75.1",
|
|
61
|
+
"@eggjs/tegg-common-util": "^3.75.1",
|
|
62
|
+
"@eggjs/tegg-lifecycle": "^3.75.1",
|
|
63
|
+
"@eggjs/tegg-loader": "^3.75.1",
|
|
64
|
+
"@eggjs/tegg-metadata": "^3.75.1",
|
|
65
|
+
"@eggjs/tegg-runtime": "^3.75.1",
|
|
66
66
|
"@types/koa-router": "^7.0.40",
|
|
67
67
|
"koa-compose": "^3.2.1",
|
|
68
68
|
"sdk-base": "^4.2.0",
|
|
69
69
|
"urllib": "^4.4.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@eggjs/module-test-util": "^3.75.
|
|
72
|
+
"@eggjs/module-test-util": "^3.75.1",
|
|
73
73
|
"@eggjs/router": "^2.0.0",
|
|
74
|
-
"@eggjs/tegg-config": "^3.75.
|
|
75
|
-
"@eggjs/tegg-controller-plugin": "^3.75.
|
|
76
|
-
"@eggjs/tegg-plugin": "^3.75.
|
|
74
|
+
"@eggjs/tegg-config": "^3.75.1",
|
|
75
|
+
"@eggjs/tegg-controller-plugin": "^3.75.1",
|
|
76
|
+
"@eggjs/tegg-plugin": "^3.75.1",
|
|
77
77
|
"@types/mocha": "^10.0.1",
|
|
78
78
|
"@types/node": "^20.2.4",
|
|
79
79
|
"cross-env": "^7.0.3",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "d87ed90ccad1bd64a10112b8cb1036ea98a60d23"
|
|
93
93
|
}
|