@eggjs/tegg-mcp-client 3.78.8 → 3.78.11
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 +0 -2
- package/package.json +14 -14
|
@@ -97,7 +97,6 @@ export declare class EggHttpMCPClient extends HttpMCPClient {
|
|
|
97
97
|
name: string;
|
|
98
98
|
description?: string | undefined;
|
|
99
99
|
mimeType?: string | undefined;
|
|
100
|
-
size?: number | undefined;
|
|
101
100
|
annotations?: {
|
|
102
101
|
audience?: ("user" | "assistant")[] | undefined;
|
|
103
102
|
priority?: number | undefined;
|
|
@@ -181,7 +180,6 @@ export declare class EggHttpMCPClient extends HttpMCPClient {
|
|
|
181
180
|
type: "resource_link";
|
|
182
181
|
description?: string | undefined;
|
|
183
182
|
mimeType?: string | undefined;
|
|
184
|
-
size?: number | undefined;
|
|
185
183
|
annotations?: {
|
|
186
184
|
audience?: ("user" | "assistant")[] | undefined;
|
|
187
185
|
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.78.
|
|
13
|
+
"version": "3.78.11",
|
|
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.11",
|
|
59
|
+
"@eggjs/mcp-client": "^3.78.11",
|
|
60
|
+
"@eggjs/tegg": "^3.78.11",
|
|
61
|
+
"@eggjs/tegg-common-util": "^3.78.11",
|
|
62
|
+
"@eggjs/tegg-lifecycle": "^3.78.11",
|
|
63
|
+
"@eggjs/tegg-loader": "^3.78.11",
|
|
64
|
+
"@eggjs/tegg-metadata": "^3.78.11",
|
|
65
|
+
"@eggjs/tegg-runtime": "^3.78.11",
|
|
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.11",
|
|
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.11",
|
|
75
|
+
"@eggjs/tegg-controller-plugin": "^3.78.11",
|
|
76
|
+
"@eggjs/tegg-plugin": "^3.78.11",
|
|
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": "875621fc7470f7dfc8e6b2139cdbfec64ca49453"
|
|
93
93
|
}
|