@oh-my-pi/pi-catalog 16.1.12 → 16.1.13
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/CHANGELOG.md +7 -0
- package/dist/types/discovery/devin-gen/buf/validate/validate_pb.d.ts +1715 -0
- package/dist/types/discovery/devin-gen/exa/analytics_pb/analytics_pb.d.ts +693 -0
- package/dist/types/discovery/devin-gen/exa/api_server_pb/api_server_pb.d.ts +9158 -0
- package/dist/types/discovery/devin-gen/exa/auth_pb/auth_pb.d.ts +52 -0
- package/dist/types/discovery/devin-gen/exa/auto_cascade_common_pb/auto_cascade_common_pb.d.ts +276 -0
- package/dist/types/discovery/devin-gen/exa/bug_checker_pb/bug_checker_pb.d.ts +78 -0
- package/dist/types/discovery/devin-gen/exa/cascade_plugins_pb/cascade_plugins_pb.d.ts +999 -0
- package/dist/types/discovery/devin-gen/exa/chat_pb/chat_pb.d.ts +1704 -0
- package/dist/types/discovery/devin-gen/exa/code_edit/code_edit_pb/code_edit_pb.d.ts +656 -0
- package/dist/types/discovery/devin-gen/exa/codeium_common_pb/codeium_common_pb.d.ts +15014 -0
- package/dist/types/discovery/devin-gen/exa/context_module_pb/context_module_pb.d.ts +607 -0
- package/dist/types/discovery/devin-gen/exa/cortex_pb/cortex_pb.d.ts +11830 -0
- package/dist/types/discovery/devin-gen/exa/diff_action_pb/diff_action_pb.d.ts +248 -0
- package/dist/types/discovery/devin-gen/exa/index_pb/index_pb.d.ts +1747 -0
- package/dist/types/discovery/devin-gen/exa/knowledge_base_pb/knowledge_base_pb.d.ts +509 -0
- package/dist/types/discovery/devin-gen/exa/language_server_pb/language_server_pb.d.ts +9048 -0
- package/dist/types/discovery/devin-gen/exa/opensearch_clients_pb/opensearch_clients_pb.d.ts +1760 -0
- package/dist/types/discovery/devin-gen/exa/prompt_pb/prompt_pb.d.ts +286 -0
- package/dist/types/discovery/devin-gen/exa/reactive_component_pb/reactive_component_pb.d.ts +405 -0
- package/dist/types/discovery/devin-gen/exa/trust_pb/trust_pb.d.ts +582 -0
- package/dist/types/discovery/devin.d.ts +24 -0
- package/dist/types/provider-models/descriptors.d.ts +11 -0
- package/dist/types/provider-models/special.d.ts +7 -0
- package/dist/types/types.d.ts +1 -1
- package/package.json +3 -3
- package/src/discovery/devin-gen/buf/validate/validate_pb.ts +1862 -0
- package/src/discovery/devin-gen/exa/analytics_pb/analytics_pb.ts +871 -0
- package/src/discovery/devin-gen/exa/api_server_pb/api_server_pb.ts +11083 -0
- package/src/discovery/devin-gen/exa/auth_pb/auth_pb.ts +71 -0
- package/src/discovery/devin-gen/exa/auto_cascade_common_pb/auto_cascade_common_pb.ts +348 -0
- package/src/discovery/devin-gen/exa/bug_checker_pb/bug_checker_pb.ts +103 -0
- package/src/discovery/devin-gen/exa/cascade_plugins_pb/cascade_plugins_pb.ts +1198 -0
- package/src/discovery/devin-gen/exa/chat_pb/chat_pb.ts +2063 -0
- package/src/discovery/devin-gen/exa/code_edit/code_edit_pb/code_edit_pb.ts +810 -0
- package/src/discovery/devin-gen/exa/codeium_common_pb/codeium_common_pb.ts +18354 -0
- package/src/discovery/devin-gen/exa/context_module_pb/context_module_pb.ts +732 -0
- package/src/discovery/devin-gen/exa/cortex_pb/cortex_pb.ts +14277 -0
- package/src/discovery/devin-gen/exa/diff_action_pb/diff_action_pb.ts +312 -0
- package/src/discovery/devin-gen/exa/index_pb/index_pb.ts +2106 -0
- package/src/discovery/devin-gen/exa/knowledge_base_pb/knowledge_base_pb.ts +623 -0
- package/src/discovery/devin-gen/exa/language_server_pb/language_server_pb.ts +10918 -0
- package/src/discovery/devin-gen/exa/opensearch_clients_pb/opensearch_clients_pb.ts +2125 -0
- package/src/discovery/devin-gen/exa/prompt_pb/prompt_pb.ts +361 -0
- package/src/discovery/devin-gen/exa/reactive_component_pb/reactive_component_pb.ts +450 -0
- package/src/discovery/devin-gen/exa/trust_pb/trust_pb.ts +712 -0
- package/src/discovery/devin.ts +151 -0
- package/src/models.json +2608 -24
- package/src/provider-models/descriptors.ts +9 -1
- package/src/provider-models/special.ts +29 -0
- package/src/types.ts +2 -1
|
@@ -0,0 +1,999 @@
|
|
|
1
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Metadata } from "../codeium_common_pb/codeium_common_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file exa/cascade_plugins_pb/cascade_plugins.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_exa_cascade_plugins_pb_cascade_plugins: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from message exa.cascade_plugins_pb.CascadePluginTemplate
|
|
10
|
+
*/
|
|
11
|
+
export type CascadePluginTemplate = Message<"exa.cascade_plugins_pb.CascadePluginTemplate"> & {
|
|
12
|
+
/**
|
|
13
|
+
* @generated from field: string title = 1;
|
|
14
|
+
*/
|
|
15
|
+
title: string;
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: string id = 2;
|
|
18
|
+
*/
|
|
19
|
+
id: string;
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: string link = 3;
|
|
22
|
+
*/
|
|
23
|
+
link: string;
|
|
24
|
+
/**
|
|
25
|
+
* @generated from field: string description = 4;
|
|
26
|
+
*/
|
|
27
|
+
description: string;
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: map<string, exa.cascade_plugins_pb.CascadePluginCommand> commands = 5 [deprecated = true];
|
|
30
|
+
* @deprecated
|
|
31
|
+
*/
|
|
32
|
+
commands: {
|
|
33
|
+
[key: string]: CascadePluginCommand;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* @generated from oneof exa.cascade_plugins_pb.CascadePluginTemplate.configuration
|
|
37
|
+
*/
|
|
38
|
+
configuration: {
|
|
39
|
+
/**
|
|
40
|
+
* @generated from field: exa.cascade_plugins_pb.CascadePluginLocalConfig local = 9;
|
|
41
|
+
*/
|
|
42
|
+
value: CascadePluginLocalConfig;
|
|
43
|
+
case: "local";
|
|
44
|
+
} | {
|
|
45
|
+
/**
|
|
46
|
+
* @generated from field: exa.cascade_plugins_pb.CascadePluginRemoteConfig remote = 10;
|
|
47
|
+
*/
|
|
48
|
+
value: CascadePluginRemoteConfig;
|
|
49
|
+
case: "remote";
|
|
50
|
+
} | {
|
|
51
|
+
case: undefined;
|
|
52
|
+
value?: undefined;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: int64 installation_count = 6;
|
|
56
|
+
*/
|
|
57
|
+
installationCount: bigint;
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: string trust_level = 7;
|
|
60
|
+
*/
|
|
61
|
+
trustLevel: string;
|
|
62
|
+
/**
|
|
63
|
+
* @generated from field: string readme = 8;
|
|
64
|
+
*/
|
|
65
|
+
readme: string;
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Describes the message exa.cascade_plugins_pb.CascadePluginTemplate.
|
|
69
|
+
* Use `create(CascadePluginTemplateSchema)` to create a new message.
|
|
70
|
+
*/
|
|
71
|
+
export declare const CascadePluginTemplateSchema: GenMessage<CascadePluginTemplate>;
|
|
72
|
+
/**
|
|
73
|
+
* @generated from message exa.cascade_plugins_pb.CascadePluginLocalConfig
|
|
74
|
+
*/
|
|
75
|
+
export type CascadePluginLocalConfig = Message<"exa.cascade_plugins_pb.CascadePluginLocalConfig"> & {
|
|
76
|
+
/**
|
|
77
|
+
* @generated from field: map<string, exa.cascade_plugins_pb.CascadePluginCommand> commands = 5;
|
|
78
|
+
*/
|
|
79
|
+
commands: {
|
|
80
|
+
[key: string]: CascadePluginCommand;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* Describes the message exa.cascade_plugins_pb.CascadePluginLocalConfig.
|
|
85
|
+
* Use `create(CascadePluginLocalConfigSchema)` to create a new message.
|
|
86
|
+
*/
|
|
87
|
+
export declare const CascadePluginLocalConfigSchema: GenMessage<CascadePluginLocalConfig>;
|
|
88
|
+
/**
|
|
89
|
+
* @generated from message exa.cascade_plugins_pb.CascadePluginCommand
|
|
90
|
+
*/
|
|
91
|
+
export type CascadePluginCommand = Message<"exa.cascade_plugins_pb.CascadePluginCommand"> & {
|
|
92
|
+
/**
|
|
93
|
+
* @generated from field: exa.cascade_plugins_pb.CascadePluginCommandTemplate template = 1;
|
|
94
|
+
*/
|
|
95
|
+
template?: CascadePluginCommandTemplate | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* @generated from field: repeated exa.cascade_plugins_pb.CascadePluginCommandVariable variables = 2;
|
|
98
|
+
*/
|
|
99
|
+
variables: CascadePluginCommandVariable[];
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* Describes the message exa.cascade_plugins_pb.CascadePluginCommand.
|
|
103
|
+
* Use `create(CascadePluginCommandSchema)` to create a new message.
|
|
104
|
+
*/
|
|
105
|
+
export declare const CascadePluginCommandSchema: GenMessage<CascadePluginCommand>;
|
|
106
|
+
/**
|
|
107
|
+
* @generated from message exa.cascade_plugins_pb.CascadePluginCommandTemplate
|
|
108
|
+
*/
|
|
109
|
+
export type CascadePluginCommandTemplate = Message<"exa.cascade_plugins_pb.CascadePluginCommandTemplate"> & {
|
|
110
|
+
/**
|
|
111
|
+
* @generated from field: string command = 1;
|
|
112
|
+
*/
|
|
113
|
+
command: string;
|
|
114
|
+
/**
|
|
115
|
+
* @generated from field: repeated string args = 2;
|
|
116
|
+
*/
|
|
117
|
+
args: string[];
|
|
118
|
+
/**
|
|
119
|
+
* @generated from field: map<string, string> env = 3;
|
|
120
|
+
*/
|
|
121
|
+
env: {
|
|
122
|
+
[key: string]: string;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
/**
|
|
126
|
+
* Describes the message exa.cascade_plugins_pb.CascadePluginCommandTemplate.
|
|
127
|
+
* Use `create(CascadePluginCommandTemplateSchema)` to create a new message.
|
|
128
|
+
*/
|
|
129
|
+
export declare const CascadePluginCommandTemplateSchema: GenMessage<CascadePluginCommandTemplate>;
|
|
130
|
+
/**
|
|
131
|
+
* @generated from message exa.cascade_plugins_pb.CascadePluginCommandVariable
|
|
132
|
+
*/
|
|
133
|
+
export type CascadePluginCommandVariable = Message<"exa.cascade_plugins_pb.CascadePluginCommandVariable"> & {
|
|
134
|
+
/**
|
|
135
|
+
* @generated from field: string name = 1;
|
|
136
|
+
*/
|
|
137
|
+
name: string;
|
|
138
|
+
/**
|
|
139
|
+
* @generated from field: string title = 2;
|
|
140
|
+
*/
|
|
141
|
+
title: string;
|
|
142
|
+
/**
|
|
143
|
+
* @generated from field: string description = 3;
|
|
144
|
+
*/
|
|
145
|
+
description: string;
|
|
146
|
+
/**
|
|
147
|
+
* @generated from field: string link = 4;
|
|
148
|
+
*/
|
|
149
|
+
link: string;
|
|
150
|
+
/**
|
|
151
|
+
* @generated from field: string type = 5;
|
|
152
|
+
*/
|
|
153
|
+
type: string;
|
|
154
|
+
};
|
|
155
|
+
/**
|
|
156
|
+
* Describes the message exa.cascade_plugins_pb.CascadePluginCommandVariable.
|
|
157
|
+
* Use `create(CascadePluginCommandVariableSchema)` to create a new message.
|
|
158
|
+
*/
|
|
159
|
+
export declare const CascadePluginCommandVariableSchema: GenMessage<CascadePluginCommandVariable>;
|
|
160
|
+
/**
|
|
161
|
+
* @generated from message exa.cascade_plugins_pb.CascadePluginRemoteConfig
|
|
162
|
+
*/
|
|
163
|
+
export type CascadePluginRemoteConfig = Message<"exa.cascade_plugins_pb.CascadePluginRemoteConfig"> & {
|
|
164
|
+
/**
|
|
165
|
+
* @generated from field: exa.cascade_plugins_pb.CascadePluginRemoteConfigTemplate template = 1;
|
|
166
|
+
*/
|
|
167
|
+
template?: CascadePluginRemoteConfigTemplate | undefined;
|
|
168
|
+
};
|
|
169
|
+
/**
|
|
170
|
+
* Describes the message exa.cascade_plugins_pb.CascadePluginRemoteConfig.
|
|
171
|
+
* Use `create(CascadePluginRemoteConfigSchema)` to create a new message.
|
|
172
|
+
*/
|
|
173
|
+
export declare const CascadePluginRemoteConfigSchema: GenMessage<CascadePluginRemoteConfig>;
|
|
174
|
+
/**
|
|
175
|
+
* @generated from message exa.cascade_plugins_pb.CascadePluginRemoteConfigTemplate
|
|
176
|
+
*/
|
|
177
|
+
export type CascadePluginRemoteConfigTemplate = Message<"exa.cascade_plugins_pb.CascadePluginRemoteConfigTemplate"> & {
|
|
178
|
+
/**
|
|
179
|
+
* @generated from field: string server_url = 1;
|
|
180
|
+
*/
|
|
181
|
+
serverUrl: string;
|
|
182
|
+
/**
|
|
183
|
+
* @generated from field: map<string, string> headers = 2;
|
|
184
|
+
*/
|
|
185
|
+
headers: {
|
|
186
|
+
[key: string]: string;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
/**
|
|
190
|
+
* Describes the message exa.cascade_plugins_pb.CascadePluginRemoteConfigTemplate.
|
|
191
|
+
* Use `create(CascadePluginRemoteConfigTemplateSchema)` to create a new message.
|
|
192
|
+
*/
|
|
193
|
+
export declare const CascadePluginRemoteConfigTemplateSchema: GenMessage<CascadePluginRemoteConfigTemplate>;
|
|
194
|
+
/**
|
|
195
|
+
* @generated from message exa.cascade_plugins_pb.GetAvailableCascadePluginsRequest
|
|
196
|
+
*/
|
|
197
|
+
export type GetAvailableCascadePluginsRequest = Message<"exa.cascade_plugins_pb.GetAvailableCascadePluginsRequest"> & {
|
|
198
|
+
/**
|
|
199
|
+
* @generated from field: exa.codeium_common_pb.Metadata metadata = 1;
|
|
200
|
+
*/
|
|
201
|
+
metadata?: Metadata | undefined;
|
|
202
|
+
/**
|
|
203
|
+
* @generated from field: string os = 2;
|
|
204
|
+
*/
|
|
205
|
+
os: string;
|
|
206
|
+
/**
|
|
207
|
+
* @generated from field: optional string search_query = 3 [deprecated = true];
|
|
208
|
+
* @deprecated
|
|
209
|
+
*/
|
|
210
|
+
searchQuery?: string | undefined;
|
|
211
|
+
};
|
|
212
|
+
/**
|
|
213
|
+
* Describes the message exa.cascade_plugins_pb.GetAvailableCascadePluginsRequest.
|
|
214
|
+
* Use `create(GetAvailableCascadePluginsRequestSchema)` to create a new message.
|
|
215
|
+
*/
|
|
216
|
+
export declare const GetAvailableCascadePluginsRequestSchema: GenMessage<GetAvailableCascadePluginsRequest>;
|
|
217
|
+
/**
|
|
218
|
+
* @generated from message exa.cascade_plugins_pb.GetAvailableCascadePluginsResponse
|
|
219
|
+
*/
|
|
220
|
+
export type GetAvailableCascadePluginsResponse = Message<"exa.cascade_plugins_pb.GetAvailableCascadePluginsResponse"> & {
|
|
221
|
+
/**
|
|
222
|
+
* @generated from field: repeated exa.cascade_plugins_pb.CascadePluginTemplate plugins = 1;
|
|
223
|
+
*/
|
|
224
|
+
plugins: CascadePluginTemplate[];
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* Describes the message exa.cascade_plugins_pb.GetAvailableCascadePluginsResponse.
|
|
228
|
+
* Use `create(GetAvailableCascadePluginsResponseSchema)` to create a new message.
|
|
229
|
+
*/
|
|
230
|
+
export declare const GetAvailableCascadePluginsResponseSchema: GenMessage<GetAvailableCascadePluginsResponse>;
|
|
231
|
+
/**
|
|
232
|
+
* @generated from message exa.cascade_plugins_pb.InstallCascadePluginRequest
|
|
233
|
+
*/
|
|
234
|
+
export type InstallCascadePluginRequest = Message<"exa.cascade_plugins_pb.InstallCascadePluginRequest"> & {
|
|
235
|
+
/**
|
|
236
|
+
* @generated from field: exa.codeium_common_pb.Metadata metadata = 1;
|
|
237
|
+
*/
|
|
238
|
+
metadata?: Metadata | undefined;
|
|
239
|
+
/**
|
|
240
|
+
* @generated from field: string plugin_id = 2;
|
|
241
|
+
*/
|
|
242
|
+
pluginId: string;
|
|
243
|
+
};
|
|
244
|
+
/**
|
|
245
|
+
* Describes the message exa.cascade_plugins_pb.InstallCascadePluginRequest.
|
|
246
|
+
* Use `create(InstallCascadePluginRequestSchema)` to create a new message.
|
|
247
|
+
*/
|
|
248
|
+
export declare const InstallCascadePluginRequestSchema: GenMessage<InstallCascadePluginRequest>;
|
|
249
|
+
/**
|
|
250
|
+
* @generated from message exa.cascade_plugins_pb.InstallCascadePluginResponse
|
|
251
|
+
*/
|
|
252
|
+
export type InstallCascadePluginResponse = Message<"exa.cascade_plugins_pb.InstallCascadePluginResponse"> & {
|
|
253
|
+
/**
|
|
254
|
+
* @generated from field: int64 installation_count = 1;
|
|
255
|
+
*/
|
|
256
|
+
installationCount: bigint;
|
|
257
|
+
};
|
|
258
|
+
/**
|
|
259
|
+
* Describes the message exa.cascade_plugins_pb.InstallCascadePluginResponse.
|
|
260
|
+
* Use `create(InstallCascadePluginResponseSchema)` to create a new message.
|
|
261
|
+
*/
|
|
262
|
+
export declare const InstallCascadePluginResponseSchema: GenMessage<InstallCascadePluginResponse>;
|
|
263
|
+
/**
|
|
264
|
+
* @generated from message exa.cascade_plugins_pb.GetCascadePluginByIdRequest
|
|
265
|
+
*/
|
|
266
|
+
export type GetCascadePluginByIdRequest = Message<"exa.cascade_plugins_pb.GetCascadePluginByIdRequest"> & {
|
|
267
|
+
/**
|
|
268
|
+
* @generated from field: exa.codeium_common_pb.Metadata metadata = 1;
|
|
269
|
+
*/
|
|
270
|
+
metadata?: Metadata | undefined;
|
|
271
|
+
/**
|
|
272
|
+
* @generated from field: string os = 2;
|
|
273
|
+
*/
|
|
274
|
+
os: string;
|
|
275
|
+
/**
|
|
276
|
+
* @generated from field: string plugin_id = 3;
|
|
277
|
+
*/
|
|
278
|
+
pluginId: string;
|
|
279
|
+
};
|
|
280
|
+
/**
|
|
281
|
+
* Describes the message exa.cascade_plugins_pb.GetCascadePluginByIdRequest.
|
|
282
|
+
* Use `create(GetCascadePluginByIdRequestSchema)` to create a new message.
|
|
283
|
+
*/
|
|
284
|
+
export declare const GetCascadePluginByIdRequestSchema: GenMessage<GetCascadePluginByIdRequest>;
|
|
285
|
+
/**
|
|
286
|
+
* @generated from message exa.cascade_plugins_pb.GetCascadePluginByIdResponse
|
|
287
|
+
*/
|
|
288
|
+
export type GetCascadePluginByIdResponse = Message<"exa.cascade_plugins_pb.GetCascadePluginByIdResponse"> & {
|
|
289
|
+
/**
|
|
290
|
+
* @generated from field: exa.cascade_plugins_pb.CascadePluginTemplate plugin = 1;
|
|
291
|
+
*/
|
|
292
|
+
plugin?: CascadePluginTemplate | undefined;
|
|
293
|
+
};
|
|
294
|
+
/**
|
|
295
|
+
* Describes the message exa.cascade_plugins_pb.GetCascadePluginByIdResponse.
|
|
296
|
+
* Use `create(GetCascadePluginByIdResponseSchema)` to create a new message.
|
|
297
|
+
*/
|
|
298
|
+
export declare const GetCascadePluginByIdResponseSchema: GenMessage<GetCascadePluginByIdResponse>;
|
|
299
|
+
/**
|
|
300
|
+
* @generated from message exa.cascade_plugins_pb.McpClientInfo
|
|
301
|
+
*/
|
|
302
|
+
export type McpClientInfo = Message<"exa.cascade_plugins_pb.McpClientInfo"> & {
|
|
303
|
+
/**
|
|
304
|
+
* @generated from field: string client_id = 1;
|
|
305
|
+
*/
|
|
306
|
+
clientId: string;
|
|
307
|
+
/**
|
|
308
|
+
* @generated from field: string client_secret = 2;
|
|
309
|
+
*/
|
|
310
|
+
clientSecret: string;
|
|
311
|
+
};
|
|
312
|
+
/**
|
|
313
|
+
* Describes the message exa.cascade_plugins_pb.McpClientInfo.
|
|
314
|
+
* Use `create(McpClientInfoSchema)` to create a new message.
|
|
315
|
+
*/
|
|
316
|
+
export declare const McpClientInfoSchema: GenMessage<McpClientInfo>;
|
|
317
|
+
/**
|
|
318
|
+
* @generated from message exa.cascade_plugins_pb.GetMcpClientInfosRequest
|
|
319
|
+
*/
|
|
320
|
+
export type GetMcpClientInfosRequest = Message<"exa.cascade_plugins_pb.GetMcpClientInfosRequest"> & {
|
|
321
|
+
/**
|
|
322
|
+
* @generated from field: exa.codeium_common_pb.Metadata metadata = 1;
|
|
323
|
+
*/
|
|
324
|
+
metadata?: Metadata | undefined;
|
|
325
|
+
};
|
|
326
|
+
/**
|
|
327
|
+
* Describes the message exa.cascade_plugins_pb.GetMcpClientInfosRequest.
|
|
328
|
+
* Use `create(GetMcpClientInfosRequestSchema)` to create a new message.
|
|
329
|
+
*/
|
|
330
|
+
export declare const GetMcpClientInfosRequestSchema: GenMessage<GetMcpClientInfosRequest>;
|
|
331
|
+
/**
|
|
332
|
+
* @generated from message exa.cascade_plugins_pb.GetMcpClientInfosResponse
|
|
333
|
+
*/
|
|
334
|
+
export type GetMcpClientInfosResponse = Message<"exa.cascade_plugins_pb.GetMcpClientInfosResponse"> & {
|
|
335
|
+
/**
|
|
336
|
+
* @generated from field: map<string, exa.cascade_plugins_pb.McpClientInfo> client_infos = 1;
|
|
337
|
+
*/
|
|
338
|
+
clientInfos: {
|
|
339
|
+
[key: string]: McpClientInfo;
|
|
340
|
+
};
|
|
341
|
+
};
|
|
342
|
+
/**
|
|
343
|
+
* Describes the message exa.cascade_plugins_pb.GetMcpClientInfosResponse.
|
|
344
|
+
* Use `create(GetMcpClientInfosResponseSchema)` to create a new message.
|
|
345
|
+
*/
|
|
346
|
+
export declare const GetMcpClientInfosResponseSchema: GenMessage<GetMcpClientInfosResponse>;
|
|
347
|
+
/**
|
|
348
|
+
* @generated from message exa.cascade_plugins_pb.GetMcpRegistryServersRequest
|
|
349
|
+
*/
|
|
350
|
+
export type GetMcpRegistryServersRequest = Message<"exa.cascade_plugins_pb.GetMcpRegistryServersRequest"> & {
|
|
351
|
+
/**
|
|
352
|
+
* @generated from field: exa.codeium_common_pb.Metadata metadata = 1;
|
|
353
|
+
*/
|
|
354
|
+
metadata?: Metadata | undefined;
|
|
355
|
+
/**
|
|
356
|
+
* @generated from field: string search_query = 2;
|
|
357
|
+
*/
|
|
358
|
+
searchQuery: string;
|
|
359
|
+
/**
|
|
360
|
+
* @generated from field: int32 limit = 3;
|
|
361
|
+
*/
|
|
362
|
+
limit: number;
|
|
363
|
+
/**
|
|
364
|
+
* @generated from field: string cursor = 4;
|
|
365
|
+
*/
|
|
366
|
+
cursor: string;
|
|
367
|
+
/**
|
|
368
|
+
* @generated from field: string registry_url = 5;
|
|
369
|
+
*/
|
|
370
|
+
registryUrl: string;
|
|
371
|
+
};
|
|
372
|
+
/**
|
|
373
|
+
* Describes the message exa.cascade_plugins_pb.GetMcpRegistryServersRequest.
|
|
374
|
+
* Use `create(GetMcpRegistryServersRequestSchema)` to create a new message.
|
|
375
|
+
*/
|
|
376
|
+
export declare const GetMcpRegistryServersRequestSchema: GenMessage<GetMcpRegistryServersRequest>;
|
|
377
|
+
/**
|
|
378
|
+
* @generated from message exa.cascade_plugins_pb.GetMcpRegistryServersResponse
|
|
379
|
+
*/
|
|
380
|
+
export type GetMcpRegistryServersResponse = Message<"exa.cascade_plugins_pb.GetMcpRegistryServersResponse"> & {
|
|
381
|
+
/**
|
|
382
|
+
* @generated from field: repeated exa.cascade_plugins_pb.McpRegistryServer servers = 1;
|
|
383
|
+
*/
|
|
384
|
+
servers: McpRegistryServer[];
|
|
385
|
+
/**
|
|
386
|
+
* @generated from field: int32 count = 2;
|
|
387
|
+
*/
|
|
388
|
+
count: number;
|
|
389
|
+
/**
|
|
390
|
+
* @generated from field: string next_cursor = 3;
|
|
391
|
+
*/
|
|
392
|
+
nextCursor: string;
|
|
393
|
+
};
|
|
394
|
+
/**
|
|
395
|
+
* Describes the message exa.cascade_plugins_pb.GetMcpRegistryServersResponse.
|
|
396
|
+
* Use `create(GetMcpRegistryServersResponseSchema)` to create a new message.
|
|
397
|
+
*/
|
|
398
|
+
export declare const GetMcpRegistryServersResponseSchema: GenMessage<GetMcpRegistryServersResponse>;
|
|
399
|
+
/**
|
|
400
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryApiResponse
|
|
401
|
+
*/
|
|
402
|
+
export type McpRegistryApiResponse = Message<"exa.cascade_plugins_pb.McpRegistryApiResponse"> & {
|
|
403
|
+
/**
|
|
404
|
+
* @generated from field: exa.cascade_plugins_pb.McpRegistryApiResponseMetadata metadata = 1;
|
|
405
|
+
*/
|
|
406
|
+
metadata?: McpRegistryApiResponseMetadata | undefined;
|
|
407
|
+
/**
|
|
408
|
+
* @generated from field: repeated exa.cascade_plugins_pb.McpRegistryApiEntry servers = 2;
|
|
409
|
+
*/
|
|
410
|
+
servers: McpRegistryApiEntry[];
|
|
411
|
+
};
|
|
412
|
+
/**
|
|
413
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryApiResponse.
|
|
414
|
+
* Use `create(McpRegistryApiResponseSchema)` to create a new message.
|
|
415
|
+
*/
|
|
416
|
+
export declare const McpRegistryApiResponseSchema: GenMessage<McpRegistryApiResponse>;
|
|
417
|
+
/**
|
|
418
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryApiResponseMetadata
|
|
419
|
+
*/
|
|
420
|
+
export type McpRegistryApiResponseMetadata = Message<"exa.cascade_plugins_pb.McpRegistryApiResponseMetadata"> & {
|
|
421
|
+
/**
|
|
422
|
+
* @generated from field: int32 count = 1;
|
|
423
|
+
*/
|
|
424
|
+
count: number;
|
|
425
|
+
/**
|
|
426
|
+
* @generated from field: string next_cursor = 2;
|
|
427
|
+
*/
|
|
428
|
+
nextCursor: string;
|
|
429
|
+
};
|
|
430
|
+
/**
|
|
431
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryApiResponseMetadata.
|
|
432
|
+
* Use `create(McpRegistryApiResponseMetadataSchema)` to create a new message.
|
|
433
|
+
*/
|
|
434
|
+
export declare const McpRegistryApiResponseMetadataSchema: GenMessage<McpRegistryApiResponseMetadata>;
|
|
435
|
+
/**
|
|
436
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryApiEntry
|
|
437
|
+
*/
|
|
438
|
+
export type McpRegistryApiEntry = Message<"exa.cascade_plugins_pb.McpRegistryApiEntry"> & {
|
|
439
|
+
/**
|
|
440
|
+
* @generated from field: exa.cascade_plugins_pb.McpRegistryOfficialMeta meta = 1;
|
|
441
|
+
*/
|
|
442
|
+
meta?: McpRegistryOfficialMeta | undefined;
|
|
443
|
+
/**
|
|
444
|
+
* @generated from field: exa.cascade_plugins_pb.McpRegistryServer server = 2;
|
|
445
|
+
*/
|
|
446
|
+
server?: McpRegistryServer | undefined;
|
|
447
|
+
};
|
|
448
|
+
/**
|
|
449
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryApiEntry.
|
|
450
|
+
* Use `create(McpRegistryApiEntrySchema)` to create a new message.
|
|
451
|
+
*/
|
|
452
|
+
export declare const McpRegistryApiEntrySchema: GenMessage<McpRegistryApiEntry>;
|
|
453
|
+
/**
|
|
454
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryOfficialMeta
|
|
455
|
+
*/
|
|
456
|
+
export type McpRegistryOfficialMeta = Message<"exa.cascade_plugins_pb.McpRegistryOfficialMeta"> & {
|
|
457
|
+
/**
|
|
458
|
+
* @generated from field: exa.cascade_plugins_pb.McpRegistryOfficialMetaDetail official = 1;
|
|
459
|
+
*/
|
|
460
|
+
official?: McpRegistryOfficialMetaDetail | undefined;
|
|
461
|
+
};
|
|
462
|
+
/**
|
|
463
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryOfficialMeta.
|
|
464
|
+
* Use `create(McpRegistryOfficialMetaSchema)` to create a new message.
|
|
465
|
+
*/
|
|
466
|
+
export declare const McpRegistryOfficialMetaSchema: GenMessage<McpRegistryOfficialMeta>;
|
|
467
|
+
/**
|
|
468
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryOfficialMetaDetail
|
|
469
|
+
*/
|
|
470
|
+
export type McpRegistryOfficialMetaDetail = Message<"exa.cascade_plugins_pb.McpRegistryOfficialMetaDetail"> & {
|
|
471
|
+
/**
|
|
472
|
+
* @generated from field: bool is_latest = 1;
|
|
473
|
+
*/
|
|
474
|
+
isLatest: boolean;
|
|
475
|
+
/**
|
|
476
|
+
* @generated from field: string status = 2;
|
|
477
|
+
*/
|
|
478
|
+
status: string;
|
|
479
|
+
/**
|
|
480
|
+
* @generated from field: string status_message = 3;
|
|
481
|
+
*/
|
|
482
|
+
statusMessage: string;
|
|
483
|
+
/**
|
|
484
|
+
* @generated from field: string published_at = 4;
|
|
485
|
+
*/
|
|
486
|
+
publishedAt: string;
|
|
487
|
+
/**
|
|
488
|
+
* @generated from field: string updated_at = 5;
|
|
489
|
+
*/
|
|
490
|
+
updatedAt: string;
|
|
491
|
+
};
|
|
492
|
+
/**
|
|
493
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryOfficialMetaDetail.
|
|
494
|
+
* Use `create(McpRegistryOfficialMetaDetailSchema)` to create a new message.
|
|
495
|
+
*/
|
|
496
|
+
export declare const McpRegistryOfficialMetaDetailSchema: GenMessage<McpRegistryOfficialMetaDetail>;
|
|
497
|
+
/**
|
|
498
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryServer
|
|
499
|
+
*/
|
|
500
|
+
export type McpRegistryServer = Message<"exa.cascade_plugins_pb.McpRegistryServer"> & {
|
|
501
|
+
/**
|
|
502
|
+
* @generated from field: string name = 1;
|
|
503
|
+
*/
|
|
504
|
+
name: string;
|
|
505
|
+
/**
|
|
506
|
+
* @generated from field: string title = 2;
|
|
507
|
+
*/
|
|
508
|
+
title: string;
|
|
509
|
+
/**
|
|
510
|
+
* @generated from field: string description = 3;
|
|
511
|
+
*/
|
|
512
|
+
description: string;
|
|
513
|
+
/**
|
|
514
|
+
* @generated from field: string version = 4;
|
|
515
|
+
*/
|
|
516
|
+
version: string;
|
|
517
|
+
/**
|
|
518
|
+
* @generated from field: string website_url = 5;
|
|
519
|
+
*/
|
|
520
|
+
websiteUrl: string;
|
|
521
|
+
/**
|
|
522
|
+
* @generated from field: exa.cascade_plugins_pb.McpRegistryRepository repository = 6;
|
|
523
|
+
*/
|
|
524
|
+
repository?: McpRegistryRepository | undefined;
|
|
525
|
+
/**
|
|
526
|
+
* @generated from field: repeated exa.cascade_plugins_pb.McpRegistryPackage packages = 7;
|
|
527
|
+
*/
|
|
528
|
+
packages: McpRegistryPackage[];
|
|
529
|
+
/**
|
|
530
|
+
* @generated from field: repeated exa.cascade_plugins_pb.McpRegistryRemote remotes = 8;
|
|
531
|
+
*/
|
|
532
|
+
remotes: McpRegistryRemote[];
|
|
533
|
+
/**
|
|
534
|
+
* @generated from field: repeated exa.cascade_plugins_pb.McpRegistryIcon icons = 9;
|
|
535
|
+
*/
|
|
536
|
+
icons: McpRegistryIcon[];
|
|
537
|
+
/**
|
|
538
|
+
* @generated from field: bool is_latest = 10;
|
|
539
|
+
*/
|
|
540
|
+
isLatest: boolean;
|
|
541
|
+
/**
|
|
542
|
+
* @generated from field: string status = 11;
|
|
543
|
+
*/
|
|
544
|
+
status: string;
|
|
545
|
+
/**
|
|
546
|
+
* @generated from field: string schema = 12;
|
|
547
|
+
*/
|
|
548
|
+
schema: string;
|
|
549
|
+
};
|
|
550
|
+
/**
|
|
551
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryServer.
|
|
552
|
+
* Use `create(McpRegistryServerSchema)` to create a new message.
|
|
553
|
+
*/
|
|
554
|
+
export declare const McpRegistryServerSchema: GenMessage<McpRegistryServer>;
|
|
555
|
+
/**
|
|
556
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryRepository
|
|
557
|
+
*/
|
|
558
|
+
export type McpRegistryRepository = Message<"exa.cascade_plugins_pb.McpRegistryRepository"> & {
|
|
559
|
+
/**
|
|
560
|
+
* @generated from field: string url = 1;
|
|
561
|
+
*/
|
|
562
|
+
url: string;
|
|
563
|
+
/**
|
|
564
|
+
* @generated from field: string source = 2;
|
|
565
|
+
*/
|
|
566
|
+
source: string;
|
|
567
|
+
/**
|
|
568
|
+
* @generated from field: string id = 3;
|
|
569
|
+
*/
|
|
570
|
+
id: string;
|
|
571
|
+
/**
|
|
572
|
+
* @generated from field: string subfolder = 4;
|
|
573
|
+
*/
|
|
574
|
+
subfolder: string;
|
|
575
|
+
};
|
|
576
|
+
/**
|
|
577
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryRepository.
|
|
578
|
+
* Use `create(McpRegistryRepositorySchema)` to create a new message.
|
|
579
|
+
*/
|
|
580
|
+
export declare const McpRegistryRepositorySchema: GenMessage<McpRegistryRepository>;
|
|
581
|
+
/**
|
|
582
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryIcon
|
|
583
|
+
*/
|
|
584
|
+
export type McpRegistryIcon = Message<"exa.cascade_plugins_pb.McpRegistryIcon"> & {
|
|
585
|
+
/**
|
|
586
|
+
* @generated from field: string src = 1;
|
|
587
|
+
*/
|
|
588
|
+
src: string;
|
|
589
|
+
/**
|
|
590
|
+
* @generated from field: string mime_type = 2;
|
|
591
|
+
*/
|
|
592
|
+
mimeType: string;
|
|
593
|
+
/**
|
|
594
|
+
* @generated from field: string theme = 3;
|
|
595
|
+
*/
|
|
596
|
+
theme: string;
|
|
597
|
+
/**
|
|
598
|
+
* @generated from field: repeated string sizes = 4;
|
|
599
|
+
*/
|
|
600
|
+
sizes: string[];
|
|
601
|
+
};
|
|
602
|
+
/**
|
|
603
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryIcon.
|
|
604
|
+
* Use `create(McpRegistryIconSchema)` to create a new message.
|
|
605
|
+
*/
|
|
606
|
+
export declare const McpRegistryIconSchema: GenMessage<McpRegistryIcon>;
|
|
607
|
+
/**
|
|
608
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryPackage
|
|
609
|
+
*/
|
|
610
|
+
export type McpRegistryPackage = Message<"exa.cascade_plugins_pb.McpRegistryPackage"> & {
|
|
611
|
+
/**
|
|
612
|
+
* @generated from field: string registry_type = 1;
|
|
613
|
+
*/
|
|
614
|
+
registryType: string;
|
|
615
|
+
/**
|
|
616
|
+
* @generated from field: string identifier = 2;
|
|
617
|
+
*/
|
|
618
|
+
identifier: string;
|
|
619
|
+
/**
|
|
620
|
+
* @generated from field: string version = 3;
|
|
621
|
+
*/
|
|
622
|
+
version: string;
|
|
623
|
+
/**
|
|
624
|
+
* @generated from field: string runtime_hint = 4;
|
|
625
|
+
*/
|
|
626
|
+
runtimeHint: string;
|
|
627
|
+
/**
|
|
628
|
+
* @generated from field: repeated exa.cascade_plugins_pb.McpRegistryEnvironmentVariable environment_variables = 5;
|
|
629
|
+
*/
|
|
630
|
+
environmentVariables: McpRegistryEnvironmentVariable[];
|
|
631
|
+
/**
|
|
632
|
+
* @generated from field: exa.cascade_plugins_pb.McpRegistryTransport transport = 6;
|
|
633
|
+
*/
|
|
634
|
+
transport?: McpRegistryTransport | undefined;
|
|
635
|
+
/**
|
|
636
|
+
* @generated from field: repeated exa.cascade_plugins_pb.McpRegistryArgument package_arguments = 7;
|
|
637
|
+
*/
|
|
638
|
+
packageArguments: McpRegistryArgument[];
|
|
639
|
+
/**
|
|
640
|
+
* @generated from field: repeated exa.cascade_plugins_pb.McpRegistryArgument runtime_arguments = 8;
|
|
641
|
+
*/
|
|
642
|
+
runtimeArguments: McpRegistryArgument[];
|
|
643
|
+
/**
|
|
644
|
+
* @generated from field: string registry_base_url = 9;
|
|
645
|
+
*/
|
|
646
|
+
registryBaseUrl: string;
|
|
647
|
+
/**
|
|
648
|
+
* @generated from field: string file_sha256 = 10;
|
|
649
|
+
*/
|
|
650
|
+
fileSha256: string;
|
|
651
|
+
};
|
|
652
|
+
/**
|
|
653
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryPackage.
|
|
654
|
+
* Use `create(McpRegistryPackageSchema)` to create a new message.
|
|
655
|
+
*/
|
|
656
|
+
export declare const McpRegistryPackageSchema: GenMessage<McpRegistryPackage>;
|
|
657
|
+
/**
|
|
658
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryTransport
|
|
659
|
+
*/
|
|
660
|
+
export type McpRegistryTransport = Message<"exa.cascade_plugins_pb.McpRegistryTransport"> & {
|
|
661
|
+
/**
|
|
662
|
+
* @generated from field: string type = 1;
|
|
663
|
+
*/
|
|
664
|
+
type: string;
|
|
665
|
+
/**
|
|
666
|
+
* @generated from field: string url = 2;
|
|
667
|
+
*/
|
|
668
|
+
url: string;
|
|
669
|
+
/**
|
|
670
|
+
* @generated from field: repeated exa.cascade_plugins_pb.McpRegistryKeyValueInput headers = 3;
|
|
671
|
+
*/
|
|
672
|
+
headers: McpRegistryKeyValueInput[];
|
|
673
|
+
/**
|
|
674
|
+
* @generated from field: map<string, exa.cascade_plugins_pb.McpRegistryInput> variables = 4;
|
|
675
|
+
*/
|
|
676
|
+
variables: {
|
|
677
|
+
[key: string]: McpRegistryInput;
|
|
678
|
+
};
|
|
679
|
+
};
|
|
680
|
+
/**
|
|
681
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryTransport.
|
|
682
|
+
* Use `create(McpRegistryTransportSchema)` to create a new message.
|
|
683
|
+
*/
|
|
684
|
+
export declare const McpRegistryTransportSchema: GenMessage<McpRegistryTransport>;
|
|
685
|
+
/**
|
|
686
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryEnvironmentVariable
|
|
687
|
+
*/
|
|
688
|
+
export type McpRegistryEnvironmentVariable = Message<"exa.cascade_plugins_pb.McpRegistryEnvironmentVariable"> & {
|
|
689
|
+
/**
|
|
690
|
+
* @generated from field: string name = 1;
|
|
691
|
+
*/
|
|
692
|
+
name: string;
|
|
693
|
+
/**
|
|
694
|
+
* @generated from field: string description = 2;
|
|
695
|
+
*/
|
|
696
|
+
description: string;
|
|
697
|
+
/**
|
|
698
|
+
* @generated from field: bool is_required = 3;
|
|
699
|
+
*/
|
|
700
|
+
isRequired: boolean;
|
|
701
|
+
/**
|
|
702
|
+
* @generated from field: bool is_secret = 4;
|
|
703
|
+
*/
|
|
704
|
+
isSecret: boolean;
|
|
705
|
+
/**
|
|
706
|
+
* @generated from field: string default = 5;
|
|
707
|
+
*/
|
|
708
|
+
default: string;
|
|
709
|
+
/**
|
|
710
|
+
* @generated from field: string value = 6;
|
|
711
|
+
*/
|
|
712
|
+
value: string;
|
|
713
|
+
/**
|
|
714
|
+
* @generated from field: string placeholder = 7;
|
|
715
|
+
*/
|
|
716
|
+
placeholder: string;
|
|
717
|
+
/**
|
|
718
|
+
* @generated from field: string format = 8;
|
|
719
|
+
*/
|
|
720
|
+
format: string;
|
|
721
|
+
/**
|
|
722
|
+
* @generated from field: repeated string choices = 9;
|
|
723
|
+
*/
|
|
724
|
+
choices: string[];
|
|
725
|
+
/**
|
|
726
|
+
* @generated from field: map<string, exa.cascade_plugins_pb.McpRegistryInput> variables = 10;
|
|
727
|
+
*/
|
|
728
|
+
variables: {
|
|
729
|
+
[key: string]: McpRegistryInput;
|
|
730
|
+
};
|
|
731
|
+
};
|
|
732
|
+
/**
|
|
733
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryEnvironmentVariable.
|
|
734
|
+
* Use `create(McpRegistryEnvironmentVariableSchema)` to create a new message.
|
|
735
|
+
*/
|
|
736
|
+
export declare const McpRegistryEnvironmentVariableSchema: GenMessage<McpRegistryEnvironmentVariable>;
|
|
737
|
+
/**
|
|
738
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryRemote
|
|
739
|
+
*/
|
|
740
|
+
export type McpRegistryRemote = Message<"exa.cascade_plugins_pb.McpRegistryRemote"> & {
|
|
741
|
+
/**
|
|
742
|
+
* @generated from field: string type = 1;
|
|
743
|
+
*/
|
|
744
|
+
type: string;
|
|
745
|
+
/**
|
|
746
|
+
* @generated from field: string url = 2;
|
|
747
|
+
*/
|
|
748
|
+
url: string;
|
|
749
|
+
/**
|
|
750
|
+
* @generated from field: repeated exa.cascade_plugins_pb.McpRegistryKeyValueInput headers = 3;
|
|
751
|
+
*/
|
|
752
|
+
headers: McpRegistryKeyValueInput[];
|
|
753
|
+
/**
|
|
754
|
+
* @generated from field: map<string, exa.cascade_plugins_pb.McpRegistryInput> variables = 4;
|
|
755
|
+
*/
|
|
756
|
+
variables: {
|
|
757
|
+
[key: string]: McpRegistryInput;
|
|
758
|
+
};
|
|
759
|
+
};
|
|
760
|
+
/**
|
|
761
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryRemote.
|
|
762
|
+
* Use `create(McpRegistryRemoteSchema)` to create a new message.
|
|
763
|
+
*/
|
|
764
|
+
export declare const McpRegistryRemoteSchema: GenMessage<McpRegistryRemote>;
|
|
765
|
+
/**
|
|
766
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryKeyValueInput
|
|
767
|
+
*/
|
|
768
|
+
export type McpRegistryKeyValueInput = Message<"exa.cascade_plugins_pb.McpRegistryKeyValueInput"> & {
|
|
769
|
+
/**
|
|
770
|
+
* @generated from field: string name = 1;
|
|
771
|
+
*/
|
|
772
|
+
name: string;
|
|
773
|
+
/**
|
|
774
|
+
* @generated from field: string description = 2;
|
|
775
|
+
*/
|
|
776
|
+
description: string;
|
|
777
|
+
/**
|
|
778
|
+
* @generated from field: bool is_required = 3;
|
|
779
|
+
*/
|
|
780
|
+
isRequired: boolean;
|
|
781
|
+
/**
|
|
782
|
+
* @generated from field: bool is_secret = 4;
|
|
783
|
+
*/
|
|
784
|
+
isSecret: boolean;
|
|
785
|
+
/**
|
|
786
|
+
* @generated from field: string default = 5;
|
|
787
|
+
*/
|
|
788
|
+
default: string;
|
|
789
|
+
/**
|
|
790
|
+
* @generated from field: string value = 6;
|
|
791
|
+
*/
|
|
792
|
+
value: string;
|
|
793
|
+
/**
|
|
794
|
+
* @generated from field: string placeholder = 7;
|
|
795
|
+
*/
|
|
796
|
+
placeholder: string;
|
|
797
|
+
/**
|
|
798
|
+
* @generated from field: string format = 8;
|
|
799
|
+
*/
|
|
800
|
+
format: string;
|
|
801
|
+
/**
|
|
802
|
+
* @generated from field: repeated string choices = 9;
|
|
803
|
+
*/
|
|
804
|
+
choices: string[];
|
|
805
|
+
/**
|
|
806
|
+
* @generated from field: map<string, exa.cascade_plugins_pb.McpRegistryInput> variables = 10;
|
|
807
|
+
*/
|
|
808
|
+
variables: {
|
|
809
|
+
[key: string]: McpRegistryInput;
|
|
810
|
+
};
|
|
811
|
+
};
|
|
812
|
+
/**
|
|
813
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryKeyValueInput.
|
|
814
|
+
* Use `create(McpRegistryKeyValueInputSchema)` to create a new message.
|
|
815
|
+
*/
|
|
816
|
+
export declare const McpRegistryKeyValueInputSchema: GenMessage<McpRegistryKeyValueInput>;
|
|
817
|
+
/**
|
|
818
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryInput
|
|
819
|
+
*/
|
|
820
|
+
export type McpRegistryInput = Message<"exa.cascade_plugins_pb.McpRegistryInput"> & {
|
|
821
|
+
/**
|
|
822
|
+
* @generated from field: string description = 1;
|
|
823
|
+
*/
|
|
824
|
+
description: string;
|
|
825
|
+
/**
|
|
826
|
+
* @generated from field: bool is_required = 2;
|
|
827
|
+
*/
|
|
828
|
+
isRequired: boolean;
|
|
829
|
+
/**
|
|
830
|
+
* @generated from field: bool is_secret = 3;
|
|
831
|
+
*/
|
|
832
|
+
isSecret: boolean;
|
|
833
|
+
/**
|
|
834
|
+
* @generated from field: string default = 4;
|
|
835
|
+
*/
|
|
836
|
+
default: string;
|
|
837
|
+
/**
|
|
838
|
+
* @generated from field: string value = 5;
|
|
839
|
+
*/
|
|
840
|
+
value: string;
|
|
841
|
+
/**
|
|
842
|
+
* @generated from field: string placeholder = 6;
|
|
843
|
+
*/
|
|
844
|
+
placeholder: string;
|
|
845
|
+
/**
|
|
846
|
+
* @generated from field: string format = 7;
|
|
847
|
+
*/
|
|
848
|
+
format: string;
|
|
849
|
+
/**
|
|
850
|
+
* @generated from field: repeated string choices = 8;
|
|
851
|
+
*/
|
|
852
|
+
choices: string[];
|
|
853
|
+
};
|
|
854
|
+
/**
|
|
855
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryInput.
|
|
856
|
+
* Use `create(McpRegistryInputSchema)` to create a new message.
|
|
857
|
+
*/
|
|
858
|
+
export declare const McpRegistryInputSchema: GenMessage<McpRegistryInput>;
|
|
859
|
+
/**
|
|
860
|
+
* @generated from message exa.cascade_plugins_pb.McpRegistryArgument
|
|
861
|
+
*/
|
|
862
|
+
export type McpRegistryArgument = Message<"exa.cascade_plugins_pb.McpRegistryArgument"> & {
|
|
863
|
+
/**
|
|
864
|
+
* @generated from field: string type = 1;
|
|
865
|
+
*/
|
|
866
|
+
type: string;
|
|
867
|
+
/**
|
|
868
|
+
* @generated from field: string name = 2;
|
|
869
|
+
*/
|
|
870
|
+
name: string;
|
|
871
|
+
/**
|
|
872
|
+
* @generated from field: string description = 3;
|
|
873
|
+
*/
|
|
874
|
+
description: string;
|
|
875
|
+
/**
|
|
876
|
+
* @generated from field: bool is_required = 4;
|
|
877
|
+
*/
|
|
878
|
+
isRequired: boolean;
|
|
879
|
+
/**
|
|
880
|
+
* @generated from field: bool is_secret = 5;
|
|
881
|
+
*/
|
|
882
|
+
isSecret: boolean;
|
|
883
|
+
/**
|
|
884
|
+
* @generated from field: bool is_repeated = 6;
|
|
885
|
+
*/
|
|
886
|
+
isRepeated: boolean;
|
|
887
|
+
/**
|
|
888
|
+
* @generated from field: string default = 7;
|
|
889
|
+
*/
|
|
890
|
+
default: string;
|
|
891
|
+
/**
|
|
892
|
+
* @generated from field: string value = 8;
|
|
893
|
+
*/
|
|
894
|
+
value: string;
|
|
895
|
+
/**
|
|
896
|
+
* @generated from field: string placeholder = 9;
|
|
897
|
+
*/
|
|
898
|
+
placeholder: string;
|
|
899
|
+
/**
|
|
900
|
+
* @generated from field: string format = 10;
|
|
901
|
+
*/
|
|
902
|
+
format: string;
|
|
903
|
+
/**
|
|
904
|
+
* @generated from field: repeated string choices = 11;
|
|
905
|
+
*/
|
|
906
|
+
choices: string[];
|
|
907
|
+
/**
|
|
908
|
+
* @generated from field: string value_hint = 12;
|
|
909
|
+
*/
|
|
910
|
+
valueHint: string;
|
|
911
|
+
/**
|
|
912
|
+
* @generated from field: map<string, exa.cascade_plugins_pb.McpRegistryInput> variables = 13;
|
|
913
|
+
*/
|
|
914
|
+
variables: {
|
|
915
|
+
[key: string]: McpRegistryInput;
|
|
916
|
+
};
|
|
917
|
+
};
|
|
918
|
+
/**
|
|
919
|
+
* Describes the message exa.cascade_plugins_pb.McpRegistryArgument.
|
|
920
|
+
* Use `create(McpRegistryArgumentSchema)` to create a new message.
|
|
921
|
+
*/
|
|
922
|
+
export declare const McpRegistryArgumentSchema: GenMessage<McpRegistryArgument>;
|
|
923
|
+
/**
|
|
924
|
+
* @generated from message exa.cascade_plugins_pb.GetAllAcpRegistriesRequest
|
|
925
|
+
*/
|
|
926
|
+
export type GetAllAcpRegistriesRequest = Message<"exa.cascade_plugins_pb.GetAllAcpRegistriesRequest"> & {
|
|
927
|
+
/**
|
|
928
|
+
* @generated from field: exa.codeium_common_pb.Metadata metadata = 1;
|
|
929
|
+
*/
|
|
930
|
+
metadata?: Metadata | undefined;
|
|
931
|
+
/**
|
|
932
|
+
* @generated from field: string version = 2;
|
|
933
|
+
*/
|
|
934
|
+
version: string;
|
|
935
|
+
};
|
|
936
|
+
/**
|
|
937
|
+
* Describes the message exa.cascade_plugins_pb.GetAllAcpRegistriesRequest.
|
|
938
|
+
* Use `create(GetAllAcpRegistriesRequestSchema)` to create a new message.
|
|
939
|
+
*/
|
|
940
|
+
export declare const GetAllAcpRegistriesRequestSchema: GenMessage<GetAllAcpRegistriesRequest>;
|
|
941
|
+
/**
|
|
942
|
+
* @generated from message exa.cascade_plugins_pb.GetAllAcpRegistriesResponse
|
|
943
|
+
*/
|
|
944
|
+
export type GetAllAcpRegistriesResponse = Message<"exa.cascade_plugins_pb.GetAllAcpRegistriesResponse"> & {
|
|
945
|
+
/**
|
|
946
|
+
* @generated from field: string registry_json = 1;
|
|
947
|
+
*/
|
|
948
|
+
registryJson: string;
|
|
949
|
+
};
|
|
950
|
+
/**
|
|
951
|
+
* Describes the message exa.cascade_plugins_pb.GetAllAcpRegistriesResponse.
|
|
952
|
+
* Use `create(GetAllAcpRegistriesResponseSchema)` to create a new message.
|
|
953
|
+
*/
|
|
954
|
+
export declare const GetAllAcpRegistriesResponseSchema: GenMessage<GetAllAcpRegistriesResponse>;
|
|
955
|
+
/**
|
|
956
|
+
* @generated from service exa.cascade_plugins_pb.CascadePluginsService
|
|
957
|
+
*/
|
|
958
|
+
export declare const CascadePluginsService: GenService<{
|
|
959
|
+
/**
|
|
960
|
+
* @generated from rpc exa.cascade_plugins_pb.CascadePluginsService.GetAvailableCascadePlugins
|
|
961
|
+
*/
|
|
962
|
+
getAvailableCascadePlugins: {
|
|
963
|
+
methodKind: "unary";
|
|
964
|
+
input: typeof GetAvailableCascadePluginsRequestSchema;
|
|
965
|
+
output: typeof GetAvailableCascadePluginsResponseSchema;
|
|
966
|
+
};
|
|
967
|
+
/**
|
|
968
|
+
* @generated from rpc exa.cascade_plugins_pb.CascadePluginsService.InstallCascadePlugin
|
|
969
|
+
*/
|
|
970
|
+
installCascadePlugin: {
|
|
971
|
+
methodKind: "unary";
|
|
972
|
+
input: typeof InstallCascadePluginRequestSchema;
|
|
973
|
+
output: typeof InstallCascadePluginResponseSchema;
|
|
974
|
+
};
|
|
975
|
+
/**
|
|
976
|
+
* @generated from rpc exa.cascade_plugins_pb.CascadePluginsService.GetCascadePluginById
|
|
977
|
+
*/
|
|
978
|
+
getCascadePluginById: {
|
|
979
|
+
methodKind: "unary";
|
|
980
|
+
input: typeof GetCascadePluginByIdRequestSchema;
|
|
981
|
+
output: typeof GetCascadePluginByIdResponseSchema;
|
|
982
|
+
};
|
|
983
|
+
/**
|
|
984
|
+
* @generated from rpc exa.cascade_plugins_pb.CascadePluginsService.GetMcpClientInfos
|
|
985
|
+
*/
|
|
986
|
+
getMcpClientInfos: {
|
|
987
|
+
methodKind: "unary";
|
|
988
|
+
input: typeof GetMcpClientInfosRequestSchema;
|
|
989
|
+
output: typeof GetMcpClientInfosResponseSchema;
|
|
990
|
+
};
|
|
991
|
+
/**
|
|
992
|
+
* @generated from rpc exa.cascade_plugins_pb.CascadePluginsService.GetAllAcpRegistries
|
|
993
|
+
*/
|
|
994
|
+
getAllAcpRegistries: {
|
|
995
|
+
methodKind: "unary";
|
|
996
|
+
input: typeof GetAllAcpRegistriesRequestSchema;
|
|
997
|
+
output: typeof GetAllAcpRegistriesResponseSchema;
|
|
998
|
+
};
|
|
999
|
+
}>;
|