@eggjs/tegg-mcp-client 3.84.2 → 3.84.4
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 +11 -5
- package/package.json +14 -14
|
@@ -47,13 +47,14 @@ export declare class EggHttpMCPClient extends HttpMCPClient {
|
|
|
47
47
|
src: string;
|
|
48
48
|
mimeType?: string | undefined;
|
|
49
49
|
sizes?: string[] | undefined;
|
|
50
|
+
theme?: "light" | "dark" | undefined;
|
|
50
51
|
}[] | undefined;
|
|
51
52
|
title?: string | undefined;
|
|
52
53
|
}[];
|
|
53
54
|
_meta?: {
|
|
54
55
|
[x: string]: unknown;
|
|
56
|
+
progressToken?: string | number | undefined;
|
|
55
57
|
"io.modelcontextprotocol/related-task"?: {
|
|
56
|
-
[x: string]: unknown;
|
|
57
58
|
taskId: string;
|
|
58
59
|
} | undefined;
|
|
59
60
|
} | undefined;
|
|
@@ -76,13 +77,14 @@ export declare class EggHttpMCPClient extends HttpMCPClient {
|
|
|
76
77
|
src: string;
|
|
77
78
|
mimeType?: string | undefined;
|
|
78
79
|
sizes?: string[] | undefined;
|
|
80
|
+
theme?: "light" | "dark" | undefined;
|
|
79
81
|
}[] | undefined;
|
|
80
82
|
title?: string | undefined;
|
|
81
83
|
}[];
|
|
82
84
|
_meta?: {
|
|
83
85
|
[x: string]: unknown;
|
|
86
|
+
progressToken?: string | number | undefined;
|
|
84
87
|
"io.modelcontextprotocol/related-task"?: {
|
|
85
|
-
[x: string]: unknown;
|
|
86
88
|
taskId: string;
|
|
87
89
|
} | undefined;
|
|
88
90
|
} | undefined;
|
|
@@ -95,6 +97,7 @@ export declare class EggHttpMCPClient extends HttpMCPClient {
|
|
|
95
97
|
name: string;
|
|
96
98
|
description?: string | undefined;
|
|
97
99
|
mimeType?: string | undefined;
|
|
100
|
+
size?: number | undefined;
|
|
98
101
|
annotations?: {
|
|
99
102
|
audience?: ("user" | "assistant")[] | undefined;
|
|
100
103
|
priority?: number | undefined;
|
|
@@ -107,13 +110,14 @@ export declare class EggHttpMCPClient extends HttpMCPClient {
|
|
|
107
110
|
src: string;
|
|
108
111
|
mimeType?: string | undefined;
|
|
109
112
|
sizes?: string[] | undefined;
|
|
113
|
+
theme?: "light" | "dark" | undefined;
|
|
110
114
|
}[] | undefined;
|
|
111
115
|
title?: string | undefined;
|
|
112
116
|
}[];
|
|
113
117
|
_meta?: {
|
|
114
118
|
[x: string]: unknown;
|
|
119
|
+
progressToken?: string | number | undefined;
|
|
115
120
|
"io.modelcontextprotocol/related-task"?: {
|
|
116
|
-
[x: string]: unknown;
|
|
117
121
|
taskId: string;
|
|
118
122
|
} | undefined;
|
|
119
123
|
} | undefined;
|
|
@@ -177,6 +181,7 @@ export declare class EggHttpMCPClient extends HttpMCPClient {
|
|
|
177
181
|
type: "resource_link";
|
|
178
182
|
description?: string | undefined;
|
|
179
183
|
mimeType?: string | undefined;
|
|
184
|
+
size?: number | undefined;
|
|
180
185
|
annotations?: {
|
|
181
186
|
audience?: ("user" | "assistant")[] | undefined;
|
|
182
187
|
priority?: number | undefined;
|
|
@@ -189,13 +194,14 @@ export declare class EggHttpMCPClient extends HttpMCPClient {
|
|
|
189
194
|
src: string;
|
|
190
195
|
mimeType?: string | undefined;
|
|
191
196
|
sizes?: string[] | undefined;
|
|
197
|
+
theme?: "light" | "dark" | undefined;
|
|
192
198
|
}[] | undefined;
|
|
193
199
|
title?: string | undefined;
|
|
194
200
|
})[];
|
|
195
201
|
_meta?: {
|
|
196
202
|
[x: string]: unknown;
|
|
203
|
+
progressToken?: string | number | undefined;
|
|
197
204
|
"io.modelcontextprotocol/related-task"?: {
|
|
198
|
-
[x: string]: unknown;
|
|
199
205
|
taskId: string;
|
|
200
206
|
} | undefined;
|
|
201
207
|
} | undefined;
|
|
@@ -206,8 +212,8 @@ export declare class EggHttpMCPClient extends HttpMCPClient {
|
|
|
206
212
|
toolResult: unknown;
|
|
207
213
|
_meta?: {
|
|
208
214
|
[x: string]: unknown;
|
|
215
|
+
progressToken?: string | number | undefined;
|
|
209
216
|
"io.modelcontextprotocol/related-task"?: {
|
|
210
|
-
[x: string]: unknown;
|
|
211
217
|
taskId: string;
|
|
212
218
|
} | undefined;
|
|
213
219
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"name": "teggMcpClient"
|
|
11
11
|
},
|
|
12
12
|
"main": "index.js",
|
|
13
|
-
"version": "3.84.
|
|
13
|
+
"version": "3.84.4",
|
|
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.84.
|
|
59
|
-
"@eggjs/mcp-client": "^3.84.
|
|
60
|
-
"@eggjs/tegg": "^3.84.
|
|
61
|
-
"@eggjs/tegg-common-util": "^3.84.
|
|
62
|
-
"@eggjs/tegg-lifecycle": "^3.84.
|
|
63
|
-
"@eggjs/tegg-loader": "^3.84.
|
|
64
|
-
"@eggjs/tegg-metadata": "^3.84.
|
|
65
|
-
"@eggjs/tegg-runtime": "^3.84.
|
|
58
|
+
"@eggjs/egg-module-common": "^3.84.4",
|
|
59
|
+
"@eggjs/mcp-client": "^3.84.4",
|
|
60
|
+
"@eggjs/tegg": "^3.84.4",
|
|
61
|
+
"@eggjs/tegg-common-util": "^3.84.4",
|
|
62
|
+
"@eggjs/tegg-lifecycle": "^3.84.4",
|
|
63
|
+
"@eggjs/tegg-loader": "^3.84.4",
|
|
64
|
+
"@eggjs/tegg-metadata": "^3.84.4",
|
|
65
|
+
"@eggjs/tegg-runtime": "^3.84.4",
|
|
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.84.
|
|
72
|
+
"@eggjs/module-test-util": "^3.84.4",
|
|
73
73
|
"@eggjs/router": "^2.0.0",
|
|
74
|
-
"@eggjs/tegg-config": "^3.84.
|
|
75
|
-
"@eggjs/tegg-controller-plugin": "^3.84.
|
|
76
|
-
"@eggjs/tegg-plugin": "^3.84.
|
|
74
|
+
"@eggjs/tegg-config": "^3.84.4",
|
|
75
|
+
"@eggjs/tegg-controller-plugin": "^3.84.4",
|
|
76
|
+
"@eggjs/tegg-plugin": "^3.84.4",
|
|
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": "95ecb267c0f5abd548960e4f90f9665002823fef"
|
|
93
93
|
}
|