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