qubicl-cli 0.1.0-dev.0

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.
@@ -0,0 +1,746 @@
1
+ Qubicl third-party notices
2
+
3
+ This distribution contains the following bundled dependencies. Their license and notice texts are reproduced below.
4
+
5
+ @hono/node-server@1.19.17
6
+ Declared license: MIT
7
+
8
+ --- LICENSE ---
9
+ MIT License
10
+
11
+ Copyright (c) 2022 - present, Yusuke Wada and Hono contributors
12
+
13
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14
+ of this software and associated documentation files (the "Software"), to deal
15
+ in the Software without restriction, including without limitation the rights
16
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17
+ copies of the Software, and to permit persons to whom the Software is
18
+ furnished to do so, subject to the following conditions:
19
+
20
+ The above copyright notice and this permission notice shall be included in all
21
+ copies or substantial portions of the Software.
22
+
23
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29
+ SOFTWARE.
30
+
31
+ ================================================================================
32
+
33
+ @modelcontextprotocol/core@2.0.0
34
+ Declared license: MIT
35
+
36
+ --- LICENSE ---
37
+ The MCP project is undergoing a licensing transition from the MIT License to the Apache License, Version 2.0 ("Apache-2.0"). All new code and specification contributions to the project are licensed under Apache-2.0. Documentation contributions (excluding specifications) are licensed under CC-BY-4.0.
38
+
39
+ Contributions for which relicensing consent has been obtained are licensed under Apache-2.0. Contributions made by authors who originally licensed their work under the MIT License and who have not yet granted explicit permission to relicense remain licensed under the MIT License.
40
+
41
+ No rights beyond those granted by the applicable original license are conveyed for such contributions.
42
+
43
+ ---
44
+
45
+ Apache License
46
+ Version 2.0, January 2004
47
+ http://www.apache.org/licenses/
48
+
49
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
50
+
51
+ 1. Definitions.
52
+
53
+ "License" shall mean the terms and conditions for use, reproduction,
54
+ and distribution as defined by Sections 1 through 9 of this document.
55
+
56
+ "Licensor" shall mean the copyright owner or entity authorized by
57
+ the copyright owner that is granting the License.
58
+
59
+ "Legal Entity" shall mean the union of the acting entity and all
60
+ other entities that control, are controlled by, or are under common
61
+ control with that entity. For the purposes of this definition,
62
+ "control" means (i) the power, direct or indirect, to cause the
63
+ direction or management of such entity, whether by contract or
64
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
65
+ outstanding shares, or (iii) beneficial ownership of such entity.
66
+
67
+ "You" (or "Your") shall mean an individual or Legal Entity
68
+ exercising permissions granted by this License.
69
+
70
+ "Source" form shall mean the preferred form for making modifications,
71
+ including but not limited to software source code, documentation
72
+ source, and configuration files.
73
+
74
+ "Object" form shall mean any form resulting from mechanical
75
+ transformation or translation of a Source form, including but
76
+ not limited to compiled object code, generated documentation,
77
+ and conversions to other media types.
78
+
79
+ "Work" shall mean the work of authorship, whether in Source or
80
+ Object form, made available under the License, as indicated by a
81
+ copyright notice that is included in or attached to the work
82
+ (an example is provided in the Appendix below).
83
+
84
+ "Derivative Works" shall mean any work, whether in Source or Object
85
+ form, that is based on (or derived from) the Work and for which the
86
+ editorial revisions, annotations, elaborations, or other modifications
87
+ represent, as a whole, an original work of authorship. For the purposes
88
+ of this License, Derivative Works shall not include works that remain
89
+ separable from, or merely link (or bind by name) to the interfaces of,
90
+ the Work and Derivative Works thereof.
91
+
92
+ "Contribution" shall mean any work of authorship, including
93
+ the original version of the Work and any modifications or additions
94
+ to that Work or Derivative Works thereof, that is intentionally
95
+ submitted to the Licensor for inclusion in the Work by the copyright
96
+ owner or by an individual or Legal Entity authorized to submit on behalf
97
+ of the copyright owner. For the purposes of this definition, "submitted"
98
+ means any form of electronic, verbal, or written communication sent
99
+ to the Licensor or its representatives, including but not limited to
100
+ communication on electronic mailing lists, source code control systems,
101
+ and issue tracking systems that are managed by, or on behalf of, the
102
+ Licensor for the purpose of discussing and improving the Work, but
103
+ excluding communication that is conspicuously marked or otherwise
104
+ designated in writing by the copyright owner as "Not a Contribution."
105
+
106
+ "Contributor" shall mean Licensor and any individual or Legal Entity
107
+ on behalf of whom a Contribution has been received by Licensor and
108
+ subsequently incorporated within the Work.
109
+
110
+ 2. Grant of Copyright License. Subject to the terms and conditions of
111
+ this License, each Contributor hereby grants to You a perpetual,
112
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
113
+ copyright license to reproduce, prepare Derivative Works of,
114
+ publicly display, publicly perform, sublicense, and distribute the
115
+ Work and such Derivative Works in Source or Object form.
116
+
117
+ 3. Grant of Patent License. Subject to the terms and conditions of
118
+ this License, each Contributor hereby grants to You a perpetual,
119
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
120
+ (except as stated in this section) patent license to make, have made,
121
+ use, offer to sell, sell, import, and otherwise transfer the Work,
122
+ where such license applies only to those patent claims licensable
123
+ by such Contributor that are necessarily infringed by their
124
+ Contribution(s) alone or by combination of their Contribution(s)
125
+ with the Work to which such Contribution(s) was submitted. If You
126
+ institute patent litigation against any entity (including a
127
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
128
+ or a Contribution incorporated within the Work constitutes direct
129
+ or contributory patent infringement, then any patent licenses
130
+ granted to You under this License for that Work shall terminate
131
+ as of the date such litigation is filed.
132
+
133
+ 4. Redistribution. You may reproduce and distribute copies of the
134
+ Work or Derivative Works thereof in any medium, with or without
135
+ modifications, and in Source or Object form, provided that You
136
+ meet the following conditions:
137
+
138
+ (a) You must give any other recipients of the Work or
139
+ Derivative Works a copy of this License; and
140
+
141
+ (b) You must cause any modified files to carry prominent notices
142
+ stating that You changed the files; and
143
+
144
+ (c) You must retain, in the Source form of any Derivative Works
145
+ that You distribute, all copyright, patent, trademark, and
146
+ attribution notices from the Source form of the Work,
147
+ excluding those notices that do not pertain to any part of
148
+ the Derivative Works; and
149
+
150
+ (d) If the Work includes a "NOTICE" text file as part of its
151
+ distribution, then any Derivative Works that You distribute must
152
+ include a readable copy of the attribution notices contained
153
+ within such NOTICE file, excluding those notices that do not
154
+ pertain to any part of the Derivative Works, in at least one
155
+ of the following places: within a NOTICE text file distributed
156
+ as part of the Derivative Works; within the Source form or
157
+ documentation, if provided along with the Derivative Works; or,
158
+ within a display generated by the Derivative Works, if and
159
+ wherever such third-party notices normally appear. The contents
160
+ of the NOTICE file are for informational purposes only and
161
+ do not modify the License. You may add Your own attribution
162
+ notices within Derivative Works that You distribute, alongside
163
+ or as an addendum to the NOTICE text from the Work, provided
164
+ that such additional attribution notices cannot be construed
165
+ as modifying the License.
166
+
167
+ You may add Your own copyright statement to Your modifications and
168
+ may provide additional or different license terms and conditions
169
+ for use, reproduction, or distribution of Your modifications, or
170
+ for any such Derivative Works as a whole, provided Your use,
171
+ reproduction, and distribution of the Work otherwise complies with
172
+ the conditions stated in this License.
173
+
174
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
175
+ any Contribution intentionally submitted for inclusion in the Work
176
+ by You to the Licensor shall be under the terms and conditions of
177
+ this License, without any additional terms or conditions.
178
+ Notwithstanding the above, nothing herein shall supersede or modify
179
+ the terms of any separate license agreement you may have executed
180
+ with Licensor regarding such Contributions.
181
+
182
+ 6. Trademarks. This License does not grant permission to use the trade
183
+ names, trademarks, service marks, or product names of the Licensor,
184
+ except as required for reasonable and customary use in describing the
185
+ origin of the Work and reproducing the content of the NOTICE file.
186
+
187
+ 7. Disclaimer of Warranty. Unless required by applicable law or
188
+ agreed to in writing, Licensor provides the Work (and each
189
+ Contributor provides its Contributions) on an "AS IS" BASIS,
190
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
191
+ implied, including, without limitation, any warranties or conditions
192
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
193
+ PARTICULAR PURPOSE. You are solely responsible for determining the
194
+ appropriateness of using or redistributing the Work and assume any
195
+ risks associated with Your exercise of permissions under this License.
196
+
197
+ 8. Limitation of Liability. In no event and under no legal theory,
198
+ whether in tort (including negligence), contract, or otherwise,
199
+ unless required by applicable law (such as deliberate and grossly
200
+ negligent acts) or agreed to in writing, shall any Contributor be
201
+ liable to You for damages, including any direct, indirect, special,
202
+ incidental, or consequential damages of any character arising as a
203
+ result of this License or out of the use or inability to use the
204
+ Work (including but not limited to damages for loss of goodwill,
205
+ work stoppage, computer failure or malfunction, or any and all
206
+ other commercial damages or losses), even if such Contributor
207
+ has been advised of the possibility of such damages.
208
+
209
+ 9. Accepting Warranty or Additional Liability. While redistributing
210
+ the Work or Derivative Works thereof, You may choose to offer,
211
+ and charge a fee for, acceptance of support, warranty, indemnity,
212
+ or other liability obligations and/or rights consistent with this
213
+ License. However, in accepting such obligations, You may act only
214
+ on Your own behalf and on Your sole responsibility, not on behalf
215
+ of any other Contributor, and only if You agree to indemnify,
216
+ defend, and hold each Contributor harmless for any liability
217
+ incurred by, or claims asserted against, such Contributor by reason
218
+ of your accepting any such warranty or additional liability.
219
+
220
+ END OF TERMS AND CONDITIONS
221
+
222
+ ---
223
+
224
+ MIT License
225
+
226
+ Copyright (c) 2024-2025 Model Context Protocol a Series of LF Projects, LLC.
227
+
228
+ Permission is hereby granted, free of charge, to any person obtaining a copy
229
+ of this software and associated documentation files (the "Software"), to deal
230
+ in the Software without restriction, including without limitation the rights
231
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
232
+ copies of the Software, and to permit persons to whom the Software is
233
+ furnished to do so, subject to the following conditions:
234
+
235
+ The above copyright notice and this permission notice shall be included in all
236
+ copies or substantial portions of the Software.
237
+
238
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
239
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
240
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
241
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
242
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
243
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
244
+ SOFTWARE.
245
+
246
+ ---
247
+
248
+ Creative Commons Attribution 4.0 International (CC-BY-4.0)
249
+
250
+ Documentation in this project (excluding specifications) is licensed under
251
+ CC-BY-4.0. See https://creativecommons.org/licenses/by/4.0/legalcode for
252
+ the full license text.
253
+
254
+ ================================================================================
255
+
256
+ @modelcontextprotocol/node@2.0.0
257
+ Declared license: MIT
258
+
259
+ --- LICENSE ---
260
+ The MCP project is undergoing a licensing transition from the MIT License to the Apache License, Version 2.0 ("Apache-2.0"). All new code and specification contributions to the project are licensed under Apache-2.0. Documentation contributions (excluding specifications) are licensed under CC-BY-4.0.
261
+
262
+ Contributions for which relicensing consent has been obtained are licensed under Apache-2.0. Contributions made by authors who originally licensed their work under the MIT License and who have not yet granted explicit permission to relicense remain licensed under the MIT License.
263
+
264
+ No rights beyond those granted by the applicable original license are conveyed for such contributions.
265
+
266
+ ---
267
+
268
+ Apache License
269
+ Version 2.0, January 2004
270
+ http://www.apache.org/licenses/
271
+
272
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
273
+
274
+ 1. Definitions.
275
+
276
+ "License" shall mean the terms and conditions for use, reproduction,
277
+ and distribution as defined by Sections 1 through 9 of this document.
278
+
279
+ "Licensor" shall mean the copyright owner or entity authorized by
280
+ the copyright owner that is granting the License.
281
+
282
+ "Legal Entity" shall mean the union of the acting entity and all
283
+ other entities that control, are controlled by, or are under common
284
+ control with that entity. For the purposes of this definition,
285
+ "control" means (i) the power, direct or indirect, to cause the
286
+ direction or management of such entity, whether by contract or
287
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
288
+ outstanding shares, or (iii) beneficial ownership of such entity.
289
+
290
+ "You" (or "Your") shall mean an individual or Legal Entity
291
+ exercising permissions granted by this License.
292
+
293
+ "Source" form shall mean the preferred form for making modifications,
294
+ including but not limited to software source code, documentation
295
+ source, and configuration files.
296
+
297
+ "Object" form shall mean any form resulting from mechanical
298
+ transformation or translation of a Source form, including but
299
+ not limited to compiled object code, generated documentation,
300
+ and conversions to other media types.
301
+
302
+ "Work" shall mean the work of authorship, whether in Source or
303
+ Object form, made available under the License, as indicated by a
304
+ copyright notice that is included in or attached to the work
305
+ (an example is provided in the Appendix below).
306
+
307
+ "Derivative Works" shall mean any work, whether in Source or Object
308
+ form, that is based on (or derived from) the Work and for which the
309
+ editorial revisions, annotations, elaborations, or other modifications
310
+ represent, as a whole, an original work of authorship. For the purposes
311
+ of this License, Derivative Works shall not include works that remain
312
+ separable from, or merely link (or bind by name) to the interfaces of,
313
+ the Work and Derivative Works thereof.
314
+
315
+ "Contribution" shall mean any work of authorship, including
316
+ the original version of the Work and any modifications or additions
317
+ to that Work or Derivative Works thereof, that is intentionally
318
+ submitted to the Licensor for inclusion in the Work by the copyright
319
+ owner or by an individual or Legal Entity authorized to submit on behalf
320
+ of the copyright owner. For the purposes of this definition, "submitted"
321
+ means any form of electronic, verbal, or written communication sent
322
+ to the Licensor or its representatives, including but not limited to
323
+ communication on electronic mailing lists, source code control systems,
324
+ and issue tracking systems that are managed by, or on behalf of, the
325
+ Licensor for the purpose of discussing and improving the Work, but
326
+ excluding communication that is conspicuously marked or otherwise
327
+ designated in writing by the copyright owner as "Not a Contribution."
328
+
329
+ "Contributor" shall mean Licensor and any individual or Legal Entity
330
+ on behalf of whom a Contribution has been received by Licensor and
331
+ subsequently incorporated within the Work.
332
+
333
+ 2. Grant of Copyright License. Subject to the terms and conditions of
334
+ this License, each Contributor hereby grants to You a perpetual,
335
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
336
+ copyright license to reproduce, prepare Derivative Works of,
337
+ publicly display, publicly perform, sublicense, and distribute the
338
+ Work and such Derivative Works in Source or Object form.
339
+
340
+ 3. Grant of Patent License. Subject to the terms and conditions of
341
+ this License, each Contributor hereby grants to You a perpetual,
342
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
343
+ (except as stated in this section) patent license to make, have made,
344
+ use, offer to sell, sell, import, and otherwise transfer the Work,
345
+ where such license applies only to those patent claims licensable
346
+ by such Contributor that are necessarily infringed by their
347
+ Contribution(s) alone or by combination of their Contribution(s)
348
+ with the Work to which such Contribution(s) was submitted. If You
349
+ institute patent litigation against any entity (including a
350
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
351
+ or a Contribution incorporated within the Work constitutes direct
352
+ or contributory patent infringement, then any patent licenses
353
+ granted to You under this License for that Work shall terminate
354
+ as of the date such litigation is filed.
355
+
356
+ 4. Redistribution. You may reproduce and distribute copies of the
357
+ Work or Derivative Works thereof in any medium, with or without
358
+ modifications, and in Source or Object form, provided that You
359
+ meet the following conditions:
360
+
361
+ (a) You must give any other recipients of the Work or
362
+ Derivative Works a copy of this License; and
363
+
364
+ (b) You must cause any modified files to carry prominent notices
365
+ stating that You changed the files; and
366
+
367
+ (c) You must retain, in the Source form of any Derivative Works
368
+ that You distribute, all copyright, patent, trademark, and
369
+ attribution notices from the Source form of the Work,
370
+ excluding those notices that do not pertain to any part of
371
+ the Derivative Works; and
372
+
373
+ (d) If the Work includes a "NOTICE" text file as part of its
374
+ distribution, then any Derivative Works that You distribute must
375
+ include a readable copy of the attribution notices contained
376
+ within such NOTICE file, excluding those notices that do not
377
+ pertain to any part of the Derivative Works, in at least one
378
+ of the following places: within a NOTICE text file distributed
379
+ as part of the Derivative Works; within the Source form or
380
+ documentation, if provided along with the Derivative Works; or,
381
+ within a display generated by the Derivative Works, if and
382
+ wherever such third-party notices normally appear. The contents
383
+ of the NOTICE file are for informational purposes only and
384
+ do not modify the License. You may add Your own attribution
385
+ notices within Derivative Works that You distribute, alongside
386
+ or as an addendum to the NOTICE text from the Work, provided
387
+ that such additional attribution notices cannot be construed
388
+ as modifying the License.
389
+
390
+ You may add Your own copyright statement to Your modifications and
391
+ may provide additional or different license terms and conditions
392
+ for use, reproduction, or distribution of Your modifications, or
393
+ for any such Derivative Works as a whole, provided Your use,
394
+ reproduction, and distribution of the Work otherwise complies with
395
+ the conditions stated in this License.
396
+
397
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
398
+ any Contribution intentionally submitted for inclusion in the Work
399
+ by You to the Licensor shall be under the terms and conditions of
400
+ this License, without any additional terms or conditions.
401
+ Notwithstanding the above, nothing herein shall supersede or modify
402
+ the terms of any separate license agreement you may have executed
403
+ with Licensor regarding such Contributions.
404
+
405
+ 6. Trademarks. This License does not grant permission to use the trade
406
+ names, trademarks, service marks, or product names of the Licensor,
407
+ except as required for reasonable and customary use in describing the
408
+ origin of the Work and reproducing the content of the NOTICE file.
409
+
410
+ 7. Disclaimer of Warranty. Unless required by applicable law or
411
+ agreed to in writing, Licensor provides the Work (and each
412
+ Contributor provides its Contributions) on an "AS IS" BASIS,
413
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
414
+ implied, including, without limitation, any warranties or conditions
415
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
416
+ PARTICULAR PURPOSE. You are solely responsible for determining the
417
+ appropriateness of using or redistributing the Work and assume any
418
+ risks associated with Your exercise of permissions under this License.
419
+
420
+ 8. Limitation of Liability. In no event and under no legal theory,
421
+ whether in tort (including negligence), contract, or otherwise,
422
+ unless required by applicable law (such as deliberate and grossly
423
+ negligent acts) or agreed to in writing, shall any Contributor be
424
+ liable to You for damages, including any direct, indirect, special,
425
+ incidental, or consequential damages of any character arising as a
426
+ result of this License or out of the use or inability to use the
427
+ Work (including but not limited to damages for loss of goodwill,
428
+ work stoppage, computer failure or malfunction, or any and all
429
+ other commercial damages or losses), even if such Contributor
430
+ has been advised of the possibility of such damages.
431
+
432
+ 9. Accepting Warranty or Additional Liability. While redistributing
433
+ the Work or Derivative Works thereof, You may choose to offer,
434
+ and charge a fee for, acceptance of support, warranty, indemnity,
435
+ or other liability obligations and/or rights consistent with this
436
+ License. However, in accepting such obligations, You may act only
437
+ on Your own behalf and on Your sole responsibility, not on behalf
438
+ of any other Contributor, and only if You agree to indemnify,
439
+ defend, and hold each Contributor harmless for any liability
440
+ incurred by, or claims asserted against, such Contributor by reason
441
+ of your accepting any such warranty or additional liability.
442
+
443
+ END OF TERMS AND CONDITIONS
444
+
445
+ ---
446
+
447
+ MIT License
448
+
449
+ Copyright (c) 2024-2025 Model Context Protocol a Series of LF Projects, LLC.
450
+
451
+ Permission is hereby granted, free of charge, to any person obtaining a copy
452
+ of this software and associated documentation files (the "Software"), to deal
453
+ in the Software without restriction, including without limitation the rights
454
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
455
+ copies of the Software, and to permit persons to whom the Software is
456
+ furnished to do so, subject to the following conditions:
457
+
458
+ The above copyright notice and this permission notice shall be included in all
459
+ copies or substantial portions of the Software.
460
+
461
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
462
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
463
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
464
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
465
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
466
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
467
+ SOFTWARE.
468
+
469
+ ---
470
+
471
+ Creative Commons Attribution 4.0 International (CC-BY-4.0)
472
+
473
+ Documentation in this project (excluding specifications) is licensed under
474
+ CC-BY-4.0. See https://creativecommons.org/licenses/by/4.0/legalcode for
475
+ the full license text.
476
+
477
+ ================================================================================
478
+
479
+ @modelcontextprotocol/server@2.0.0
480
+ Declared license: MIT
481
+
482
+ --- LICENSE ---
483
+ The MCP project is undergoing a licensing transition from the MIT License to the Apache License, Version 2.0 ("Apache-2.0"). All new code and specification contributions to the project are licensed under Apache-2.0. Documentation contributions (excluding specifications) are licensed under CC-BY-4.0.
484
+
485
+ Contributions for which relicensing consent has been obtained are licensed under Apache-2.0. Contributions made by authors who originally licensed their work under the MIT License and who have not yet granted explicit permission to relicense remain licensed under the MIT License.
486
+
487
+ No rights beyond those granted by the applicable original license are conveyed for such contributions.
488
+
489
+ ---
490
+
491
+ Apache License
492
+ Version 2.0, January 2004
493
+ http://www.apache.org/licenses/
494
+
495
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
496
+
497
+ 1. Definitions.
498
+
499
+ "License" shall mean the terms and conditions for use, reproduction,
500
+ and distribution as defined by Sections 1 through 9 of this document.
501
+
502
+ "Licensor" shall mean the copyright owner or entity authorized by
503
+ the copyright owner that is granting the License.
504
+
505
+ "Legal Entity" shall mean the union of the acting entity and all
506
+ other entities that control, are controlled by, or are under common
507
+ control with that entity. For the purposes of this definition,
508
+ "control" means (i) the power, direct or indirect, to cause the
509
+ direction or management of such entity, whether by contract or
510
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
511
+ outstanding shares, or (iii) beneficial ownership of such entity.
512
+
513
+ "You" (or "Your") shall mean an individual or Legal Entity
514
+ exercising permissions granted by this License.
515
+
516
+ "Source" form shall mean the preferred form for making modifications,
517
+ including but not limited to software source code, documentation
518
+ source, and configuration files.
519
+
520
+ "Object" form shall mean any form resulting from mechanical
521
+ transformation or translation of a Source form, including but
522
+ not limited to compiled object code, generated documentation,
523
+ and conversions to other media types.
524
+
525
+ "Work" shall mean the work of authorship, whether in Source or
526
+ Object form, made available under the License, as indicated by a
527
+ copyright notice that is included in or attached to the work
528
+ (an example is provided in the Appendix below).
529
+
530
+ "Derivative Works" shall mean any work, whether in Source or Object
531
+ form, that is based on (or derived from) the Work and for which the
532
+ editorial revisions, annotations, elaborations, or other modifications
533
+ represent, as a whole, an original work of authorship. For the purposes
534
+ of this License, Derivative Works shall not include works that remain
535
+ separable from, or merely link (or bind by name) to the interfaces of,
536
+ the Work and Derivative Works thereof.
537
+
538
+ "Contribution" shall mean any work of authorship, including
539
+ the original version of the Work and any modifications or additions
540
+ to that Work or Derivative Works thereof, that is intentionally
541
+ submitted to the Licensor for inclusion in the Work by the copyright
542
+ owner or by an individual or Legal Entity authorized to submit on behalf
543
+ of the copyright owner. For the purposes of this definition, "submitted"
544
+ means any form of electronic, verbal, or written communication sent
545
+ to the Licensor or its representatives, including but not limited to
546
+ communication on electronic mailing lists, source code control systems,
547
+ and issue tracking systems that are managed by, or on behalf of, the
548
+ Licensor for the purpose of discussing and improving the Work, but
549
+ excluding communication that is conspicuously marked or otherwise
550
+ designated in writing by the copyright owner as "Not a Contribution."
551
+
552
+ "Contributor" shall mean Licensor and any individual or Legal Entity
553
+ on behalf of whom a Contribution has been received by Licensor and
554
+ subsequently incorporated within the Work.
555
+
556
+ 2. Grant of Copyright License. Subject to the terms and conditions of
557
+ this License, each Contributor hereby grants to You a perpetual,
558
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
559
+ copyright license to reproduce, prepare Derivative Works of,
560
+ publicly display, publicly perform, sublicense, and distribute the
561
+ Work and such Derivative Works in Source or Object form.
562
+
563
+ 3. Grant of Patent License. Subject to the terms and conditions of
564
+ this License, each Contributor hereby grants to You a perpetual,
565
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
566
+ (except as stated in this section) patent license to make, have made,
567
+ use, offer to sell, sell, import, and otherwise transfer the Work,
568
+ where such license applies only to those patent claims licensable
569
+ by such Contributor that are necessarily infringed by their
570
+ Contribution(s) alone or by combination of their Contribution(s)
571
+ with the Work to which such Contribution(s) was submitted. If You
572
+ institute patent litigation against any entity (including a
573
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
574
+ or a Contribution incorporated within the Work constitutes direct
575
+ or contributory patent infringement, then any patent licenses
576
+ granted to You under this License for that Work shall terminate
577
+ as of the date such litigation is filed.
578
+
579
+ 4. Redistribution. You may reproduce and distribute copies of the
580
+ Work or Derivative Works thereof in any medium, with or without
581
+ modifications, and in Source or Object form, provided that You
582
+ meet the following conditions:
583
+
584
+ (a) You must give any other recipients of the Work or
585
+ Derivative Works a copy of this License; and
586
+
587
+ (b) You must cause any modified files to carry prominent notices
588
+ stating that You changed the files; and
589
+
590
+ (c) You must retain, in the Source form of any Derivative Works
591
+ that You distribute, all copyright, patent, trademark, and
592
+ attribution notices from the Source form of the Work,
593
+ excluding those notices that do not pertain to any part of
594
+ the Derivative Works; and
595
+
596
+ (d) If the Work includes a "NOTICE" text file as part of its
597
+ distribution, then any Derivative Works that You distribute must
598
+ include a readable copy of the attribution notices contained
599
+ within such NOTICE file, excluding those notices that do not
600
+ pertain to any part of the Derivative Works, in at least one
601
+ of the following places: within a NOTICE text file distributed
602
+ as part of the Derivative Works; within the Source form or
603
+ documentation, if provided along with the Derivative Works; or,
604
+ within a display generated by the Derivative Works, if and
605
+ wherever such third-party notices normally appear. The contents
606
+ of the NOTICE file are for informational purposes only and
607
+ do not modify the License. You may add Your own attribution
608
+ notices within Derivative Works that You distribute, alongside
609
+ or as an addendum to the NOTICE text from the Work, provided
610
+ that such additional attribution notices cannot be construed
611
+ as modifying the License.
612
+
613
+ You may add Your own copyright statement to Your modifications and
614
+ may provide additional or different license terms and conditions
615
+ for use, reproduction, or distribution of Your modifications, or
616
+ for any such Derivative Works as a whole, provided Your use,
617
+ reproduction, and distribution of the Work otherwise complies with
618
+ the conditions stated in this License.
619
+
620
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
621
+ any Contribution intentionally submitted for inclusion in the Work
622
+ by You to the Licensor shall be under the terms and conditions of
623
+ this License, without any additional terms or conditions.
624
+ Notwithstanding the above, nothing herein shall supersede or modify
625
+ the terms of any separate license agreement you may have executed
626
+ with Licensor regarding such Contributions.
627
+
628
+ 6. Trademarks. This License does not grant permission to use the trade
629
+ names, trademarks, service marks, or product names of the Licensor,
630
+ except as required for reasonable and customary use in describing the
631
+ origin of the Work and reproducing the content of the NOTICE file.
632
+
633
+ 7. Disclaimer of Warranty. Unless required by applicable law or
634
+ agreed to in writing, Licensor provides the Work (and each
635
+ Contributor provides its Contributions) on an "AS IS" BASIS,
636
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
637
+ implied, including, without limitation, any warranties or conditions
638
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
639
+ PARTICULAR PURPOSE. You are solely responsible for determining the
640
+ appropriateness of using or redistributing the Work and assume any
641
+ risks associated with Your exercise of permissions under this License.
642
+
643
+ 8. Limitation of Liability. In no event and under no legal theory,
644
+ whether in tort (including negligence), contract, or otherwise,
645
+ unless required by applicable law (such as deliberate and grossly
646
+ negligent acts) or agreed to in writing, shall any Contributor be
647
+ liable to You for damages, including any direct, indirect, special,
648
+ incidental, or consequential damages of any character arising as a
649
+ result of this License or out of the use or inability to use the
650
+ Work (including but not limited to damages for loss of goodwill,
651
+ work stoppage, computer failure or malfunction, or any and all
652
+ other commercial damages or losses), even if such Contributor
653
+ has been advised of the possibility of such damages.
654
+
655
+ 9. Accepting Warranty or Additional Liability. While redistributing
656
+ the Work or Derivative Works thereof, You may choose to offer,
657
+ and charge a fee for, acceptance of support, warranty, indemnity,
658
+ or other liability obligations and/or rights consistent with this
659
+ License. However, in accepting such obligations, You may act only
660
+ on Your own behalf and on Your sole responsibility, not on behalf
661
+ of any other Contributor, and only if You agree to indemnify,
662
+ defend, and hold each Contributor harmless for any liability
663
+ incurred by, or claims asserted against, such Contributor by reason
664
+ of your accepting any such warranty or additional liability.
665
+
666
+ END OF TERMS AND CONDITIONS
667
+
668
+ ---
669
+
670
+ MIT License
671
+
672
+ Copyright (c) 2024-2025 Model Context Protocol a Series of LF Projects, LLC.
673
+
674
+ Permission is hereby granted, free of charge, to any person obtaining a copy
675
+ of this software and associated documentation files (the "Software"), to deal
676
+ in the Software without restriction, including without limitation the rights
677
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
678
+ copies of the Software, and to permit persons to whom the Software is
679
+ furnished to do so, subject to the following conditions:
680
+
681
+ The above copyright notice and this permission notice shall be included in all
682
+ copies or substantial portions of the Software.
683
+
684
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
685
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
686
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
687
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
688
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
689
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
690
+ SOFTWARE.
691
+
692
+ ---
693
+
694
+ Creative Commons Attribution 4.0 International (CC-BY-4.0)
695
+
696
+ Documentation in this project (excluding specifications) is licensed under
697
+ CC-BY-4.0. See https://creativecommons.org/licenses/by/4.0/legalcode for
698
+ the full license text.
699
+
700
+ ================================================================================
701
+
702
+ yaml@2.9.0
703
+ Declared license: ISC
704
+
705
+ --- LICENSE ---
706
+ Copyright Eemeli Aro <eemeli@gmail.com>
707
+
708
+ Permission to use, copy, modify, and/or distribute this software for any purpose
709
+ with or without fee is hereby granted, provided that the above copyright notice
710
+ and this permission notice appear in all copies.
711
+
712
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
713
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
714
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
715
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
716
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
717
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
718
+ THIS SOFTWARE.
719
+
720
+ ================================================================================
721
+
722
+ zod@4.4.3
723
+ Declared license: MIT
724
+
725
+ --- LICENSE ---
726
+ MIT License
727
+
728
+ Copyright (c) 2025 Colin McDonnell
729
+
730
+ Permission is hereby granted, free of charge, to any person obtaining a copy
731
+ of this software and associated documentation files (the "Software"), to deal
732
+ in the Software without restriction, including without limitation the rights
733
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
734
+ copies of the Software, and to permit persons to whom the Software is
735
+ furnished to do so, subject to the following conditions:
736
+
737
+ The above copyright notice and this permission notice shall be included in all
738
+ copies or substantial portions of the Software.
739
+
740
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
741
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
742
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
743
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
744
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
745
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
746
+ SOFTWARE.