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