@insignary/clarity-mcp-linux-arm64 1.0.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.
package/LICENSE.md ADDED
@@ -0,0 +1,104 @@
1
+ # Proprietary Software License
2
+
3
+ Copyright (c) 2026 Insignary Inc. All Rights Reserved.
4
+
5
+ > **NOTICE:** This software and its documentation are proprietary and
6
+ > confidential information of Insignary Inc. ("Insignary"). This software is
7
+ > made available solely under the terms of a written license agreement between
8
+ > Insignary and the authorized licensee. Unauthorized use, copying,
9
+ > modification, merger, publication, distribution, sublicensing, or sale of
10
+ > this software or any portion thereof is strictly prohibited.
11
+
12
+ In addition and for the avoidance of doubt, any third party open source
13
+ components which are incorporated into this software shall not be governed by
14
+ nor subject to this Proprietary Software License. Such third party open source
15
+ components are listed on the Third-Party Software Notices and Information (see
16
+ the accompanying [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md) file) and are
17
+ subject to the open source licenses identified therein.
18
+
19
+ ## Availability on Public Registries
20
+
21
+ This software may be published on public package registries (such as npm) for
22
+ distribution convenience only. Such publication does not constitute a grant of
23
+ any rights to use the software. Downloading or installing this package does not
24
+ entitle any individual or entity to use the software. Use of this software
25
+ requires valid credentials issued exclusively to authorized licensees as
26
+ described in the Eligibility section below.
27
+
28
+ ## Eligibility
29
+
30
+ Use of this software is restricted to individuals and organizations that:
31
+
32
+ 1. Have purchased a valid commercial license for the Clarity product from
33
+ Insignary Inc., and
34
+ 2. Have been issued valid credentials (username and password) by Insignary
35
+ through the official Clarity user registration process.
36
+
37
+ Any use of this software without such credentials, or by individuals or
38
+ entities that have not obtained a valid Clarity license, is strictly
39
+ prohibited and constitutes a violation of this license.
40
+
41
+ ## License Grant
42
+
43
+ Subject to the terms of the applicable license agreement, Insignary grants
44
+ the authorized licensee a non-exclusive, non-transferable, limited license to:
45
+
46
+ 1. Install and use the software solely for the licensee's internal business
47
+ purposes.
48
+ 2. Make a reasonable number of copies for backup or archival purposes only.
49
+
50
+ ## Restrictions
51
+
52
+ The licensee may NOT:
53
+
54
+ 1. Copy, reproduce, or distribute the software to any third party.
55
+ 2. Modify, adapt, translate, reverse engineer, decompile, disassemble, or
56
+ create derivative works based on the software.
57
+ 3. Remove or alter any proprietary notices, labels, or marks on the software.
58
+ 4. Use the software to provide services to third parties (e.g., SaaS, hosting,
59
+ or managed services) without prior written consent from Insignary.
60
+ 5. Transfer, sublicense, rent, lease, or lend the software to any third party.
61
+ 6. Share, disclose, or transfer credentials (username and password) issued by
62
+ Insignary to any third party.
63
+ 7. Use credentials issued to another licensee to access or operate this
64
+ software.
65
+
66
+ ## Intellectual Property
67
+
68
+ All title, ownership rights, and intellectual property rights in and to the
69
+ software, including but not limited to any images, photographs, animations,
70
+ video, audio, music, text, and applets incorporated into the software, remain
71
+ with Insignary. The software is protected by applicable intellectual property
72
+ laws and international treaties.
73
+
74
+ ## Disclaimer of Warranties
75
+
76
+ THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
77
+ IMPLIED. INSIGNARY EXPRESSLY DISCLAIMS ALL WARRANTIES, INCLUDING BUT NOT
78
+ LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
79
+ PURPOSE, AND NONINFRINGEMENT.
80
+
81
+ ## Limitation of Liability
82
+
83
+ IN NO EVENT SHALL INSIGNARY BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
84
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR IN CONNECTION WITH THIS
85
+ SOFTWARE OR ITS USE, EVEN IF INSIGNARY HAS BEEN ADVISED OF THE POSSIBILITY
86
+ OF SUCH DAMAGES.
87
+
88
+ ## Termination
89
+
90
+ This license is effective until terminated. It will terminate automatically
91
+ without notice from Insignary if the licensee fails to comply with any
92
+ provision of this license. Upon termination, the licensee must destroy all
93
+ copies of the software in its possession.
94
+
95
+ ## Governing Law
96
+
97
+ This license shall be governed by and construed in accordance with the laws
98
+ of the Province of Ontario and the federal laws of Canada applicable therein.
99
+ Any disputes arising under this license shall be subject to the exclusive
100
+ jurisdiction of the courts of the Province of Ontario.
101
+
102
+ ---
103
+
104
+ For licensing inquiries, contact: legal@insignary.com
@@ -0,0 +1,565 @@
1
+ # Third-Party Software Notices and Information
2
+
3
+ As indicated, certain third party open source components are incorporated into
4
+ the software. For the avoidance of doubt, the open source licenses (Mozilla
5
+ Public License 2.0, Apache License 2.0, MIT, and BSD 3-Clause) are only
6
+ applicable with respect to those specific software components specifically
7
+ referenced below and that none of such licenses shall apply to the Clarity MCP
8
+ software product, which is a proprietary software product in which all rights,
9
+ title and interest are owned, held and retained exclusively and entirely by
10
+ Insignary Inc. and is subject to Insignary Inc.'s Proprietary Software License
11
+ (see the accompanying [LICENSE.md](LICENSE.md) file).
12
+
13
+ This software includes the following third-party components. Each component is
14
+ distributed under the terms of its respective license, as noted below.
15
+
16
+ ## Summary
17
+
18
+ | Package | Version | License |
19
+ | --- | --- | --- |
20
+ | github.com/hashicorp/go-retryablehttp | v0.7.8 | Mozilla Public License 2.0 |
21
+ | github.com/hashicorp/go-cleanhttp | v0.5.2 | Mozilla Public License 2.0 |
22
+ | github.com/modelcontextprotocol/go-sdk | v1.4.1 | Apache License 2.0 / MIT |
23
+ | golang.org/x/sync | v0.20.0 | BSD 3-Clause |
24
+ | golang.org/x/term | v0.41.0 | BSD 3-Clause |
25
+ | golang.org/x/time | v0.15.0 | BSD 3-Clause |
26
+ | golang.org/x/oauth2 | v0.34.0 | BSD 3-Clause |
27
+ | golang.org/x/sys | v0.42.0 | BSD 3-Clause |
28
+ | github.com/yosida95/uritemplate/v3 | v3.0.2 | BSD 3-Clause |
29
+ | gopkg.in/natefinch/lumberjack.v2 | v2.2.1 | MIT |
30
+ | github.com/google/jsonschema-go | v0.4.2 | MIT |
31
+ | github.com/segmentio/asm | v1.1.3 | MIT |
32
+ | github.com/segmentio/encoding | v0.5.4 | MIT |
33
+ | gopkg.in/yaml.v3 | v3.0.1 | MIT / Apache 2.0 |
34
+
35
+ ## Mozilla Public License 2.0
36
+
37
+ The following components are licensed under the Mozilla Public License 2.0.
38
+ Source code for these components is available at the URLs listed below:
39
+
40
+ - **github.com/hashicorp/go-retryablehttp v0.7.8**
41
+ <https://github.com/hashicorp/go-retryablehttp>
42
+ Copyright (c) 2015 HashiCorp, Inc.
43
+ - **github.com/hashicorp/go-cleanhttp v0.5.2**
44
+ <https://github.com/hashicorp/go-cleanhttp>
45
+ Copyright (c) 2015 HashiCorp, Inc.
46
+
47
+ ```
48
+ Mozilla Public License, version 2.0
49
+
50
+ 1. Definitions
51
+
52
+ 1.1. "Contributor"
53
+
54
+ means each individual or legal entity that creates, contributes to the
55
+ creation of, or owns Covered Software.
56
+
57
+ 1.2. "Contributor Version"
58
+
59
+ means the combination of the Contributions of others (if any) used by a
60
+ Contributor and that particular Contributor's Contribution.
61
+
62
+ 1.3. "Contribution"
63
+
64
+ means Covered Software of a particular Contributor.
65
+
66
+ 1.4. "Covered Software"
67
+
68
+ means Source Code Form to which the initial Contributor has attached the
69
+ notice in Exhibit A, the Executable Form of such Source Code Form, and
70
+ Modifications of such Source Code Form, in each case including portions
71
+ thereof.
72
+
73
+ 1.5. "Incompatible With Secondary Licenses"
74
+ means
75
+
76
+ a. that the initial Contributor has attached the notice described in
77
+ Exhibit B to the Covered Software; or
78
+
79
+ b. that the Covered Software was made available under the terms of
80
+ version 1.1 or earlier of the License, but not also under the terms of
81
+ a Secondary License.
82
+
83
+ 1.6. "Executable Form"
84
+
85
+ means any form of the work other than Source Code Form.
86
+
87
+ 1.7. "Larger Work"
88
+
89
+ means a work that combines Covered Software with other material, in a
90
+ separate file or files, that is not Covered Software.
91
+
92
+ 1.8. "License"
93
+
94
+ means this document.
95
+
96
+ 1.9. "Licensable"
97
+
98
+ means having the right to grant, to the maximum extent possible, whether
99
+ at the time of the initial grant or subsequently, any and all of the
100
+ rights conveyed by this License.
101
+
102
+ 1.10. "Modifications"
103
+
104
+ means any of the following:
105
+
106
+ a. any file in Source Code Form that results from an addition to,
107
+ deletion from, or modification of the contents of Covered Software; or
108
+
109
+ b. any new file in Source Code Form that contains any Covered Software.
110
+
111
+ 1.11. "Patent Claims" of a Contributor
112
+
113
+ means any patent claim(s), including without limitation, method,
114
+ process, and apparatus claims, in any patent Licensable by such
115
+ Contributor that would be infringed, but for the grant of the License,
116
+ by the making, using, selling, offering for sale, having made, import,
117
+ or transfer of either its Contributions or its Contributor Version.
118
+
119
+ 1.12. "Secondary License"
120
+
121
+ means either the GNU General Public License, Version 2.0, the GNU Lesser
122
+ General Public License, Version 2.1, the GNU Affero General Public
123
+ License, Version 3.0, or any later versions of those licenses.
124
+
125
+ 1.13. "Source Code Form"
126
+
127
+ means the form of the work preferred for making modifications.
128
+
129
+ 1.14. "You" (or "Your")
130
+
131
+ means an individual or a legal entity exercising rights under this
132
+ License. For legal entities, "You" includes any entity that controls, is
133
+ controlled by, or is under common control with You. For purposes of this
134
+ definition, "control" means (a) the power, direct or indirect, to cause
135
+ the direction or management of such entity, whether by contract or
136
+ otherwise, or (b) ownership of more than fifty percent (50%) of the
137
+ outstanding shares or beneficial ownership of such entity.
138
+
139
+
140
+ 2. License Grants and Conditions
141
+
142
+ 2.1. Grants
143
+
144
+ Each Contributor hereby grants You a world-wide, royalty-free,
145
+ non-exclusive license:
146
+
147
+ a. under intellectual property rights (other than patent or trademark)
148
+ Licensable by such Contributor to use, reproduce, make available,
149
+ modify, display, perform, distribute, and otherwise exploit its
150
+ Contributions, either on an unmodified basis, with Modifications, or
151
+ as part of a Larger Work; and
152
+
153
+ b. under Patent Claims of such Contributor to make, use, sell, offer for
154
+ sale, have made, import, and otherwise transfer either its
155
+ Contributions or its Contributor Version.
156
+
157
+ 2.2. Effective Date
158
+
159
+ The licenses granted in Section 2.1 with respect to any Contribution
160
+ become effective for each Contribution on the date the Contributor first
161
+ distributes such Contribution.
162
+
163
+ 2.3. Limitations on Grant Scope
164
+
165
+ The licenses granted in this Section 2 are the only rights granted under
166
+ this License. No additional rights or licenses will be implied from the
167
+ distribution or licensing of Covered Software under this License.
168
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
169
+ Contributor:
170
+
171
+ a. for any code that a Contributor has removed from Covered Software; or
172
+
173
+ b. for infringements caused by: (i) Your and any other third party's
174
+ modifications of Covered Software, or (ii) the combination of its
175
+ Contributions with other software (except as part of its Contributor
176
+ Version); or
177
+
178
+ c. under Patent Claims infringed by Covered Software in the absence of
179
+ its Contributions.
180
+
181
+ This License does not grant any rights in the trademarks, service marks,
182
+ or logos of any Contributor (except as may be necessary to comply with
183
+ the notice requirements in Section 3.4).
184
+
185
+ 2.4. Subsequent Licenses
186
+
187
+ No Contributor makes additional grants as a result of Your choice to
188
+ distribute the Covered Software under a subsequent version of this
189
+ License (see Section 10.2) or under the terms of a Secondary License (if
190
+ permitted under the terms of Section 3.3).
191
+
192
+ 2.5. Representation
193
+
194
+ Each Contributor represents that the Contributor believes its
195
+ Contributions are its original creation(s) or it has sufficient rights to
196
+ grant the rights to its Contributions conveyed by this License.
197
+
198
+ 2.6. Fair Use
199
+
200
+ This License is not intended to limit any rights You have under
201
+ applicable copyright doctrines of fair use, fair dealing, or other
202
+ equivalents.
203
+
204
+ 2.7. Conditions
205
+
206
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
207
+ Section 2.1.
208
+
209
+
210
+ 3. Responsibilities
211
+
212
+ 3.1. Distribution of Source Form
213
+
214
+ All distribution of Covered Software in Source Code Form, including any
215
+ Modifications that You create or to which You contribute, must be under
216
+ the terms of this License. You must inform recipients that the Source
217
+ Code Form of the Covered Software is governed by the terms of this
218
+ License, and how they can obtain a copy of this License. You may not
219
+ attempt to alter or restrict the recipients' rights in the Source Code
220
+ Form.
221
+
222
+ 3.2. Distribution of Executable Form
223
+
224
+ If You distribute Covered Software in Executable Form then:
225
+
226
+ a. such Covered Software must also be made available in Source Code Form,
227
+ as described in Section 3.1, and You must inform recipients of the
228
+ Executable Form how they can obtain a copy of such Source Code Form by
229
+ reasonable means in a timely manner, at a charge no more than the cost
230
+ of distribution to the recipient; and
231
+
232
+ b. You may distribute such Executable Form under the terms of this
233
+ License, or sublicense it under different terms, provided that the
234
+ license for the Executable Form does not attempt to limit or alter the
235
+ recipients' rights in the Source Code Form under this License.
236
+
237
+ 3.3. Distribution of a Larger Work
238
+
239
+ You may create and distribute a Larger Work under terms of Your choice,
240
+ provided that You also comply with the requirements of this License for
241
+ the Covered Software. If the Larger Work is a combination of Covered
242
+ Software with a work governed by one or more Secondary Licenses, and the
243
+ Covered Software is not Incompatible With Secondary Licenses, this
244
+ License permits You to additionally distribute such Covered Software
245
+ under the terms of such Secondary License(s), so that the recipient of
246
+ the Larger Work may, at their option, further distribute the Covered
247
+ Software under the terms of either this License or such Secondary
248
+ License(s).
249
+
250
+ 3.4. Notices
251
+
252
+ You may not remove or alter the substance of any license notices
253
+ (including copyright notices, patent notices, disclaimers of warranty, or
254
+ limitations of liability) contained within the Source Code Form of the
255
+ Covered Software, except that You may alter any license notices to the
256
+ extent required to remedy known factual inaccuracies.
257
+
258
+ 3.5. Application of Additional Terms
259
+
260
+ You may choose to offer, and to charge a fee for, warranty, support,
261
+ indemnity or liability obligations to one or more recipients of Covered
262
+ Software. However, You may do so only on Your own behalf, and not on
263
+ behalf of any Contributor. You must make it absolutely clear that any
264
+ such warranty, support, indemnity, or liability obligation is offered by
265
+ You alone, and You hereby agree to indemnify every Contributor for any
266
+ liability incurred by such Contributor as a result of warranty, support,
267
+ indemnity or liability terms You offer. You may include additional
268
+ disclaimers of warranty and limitations of liability specific to any
269
+ jurisdiction.
270
+
271
+ 4. Inability to Comply Due to Statute or Regulation
272
+
273
+ If it is impossible for You to comply with any of the terms of this License
274
+ with respect to some or all of the Covered Software due to statute,
275
+ judicial order, or regulation then You must: (a) comply with the terms of
276
+ this License to the maximum extent possible; and (b) describe the
277
+ limitations and the code they affect. Such description must be placed in a
278
+ text file included with all distributions of the Covered Software under
279
+ this License. Except to the extent prohibited by statute or regulation,
280
+ such description must be sufficiently detailed for a recipient of ordinary
281
+ skill to be able to understand it.
282
+
283
+ 5. Termination
284
+
285
+ 5.1. The rights granted under this License will terminate automatically if You
286
+ fail to comply with any of its terms. However, if You become compliant,
287
+ then the rights granted under this License from a particular Contributor
288
+ are reinstated (a) provisionally, unless and until such Contributor
289
+ explicitly and finally terminates Your grants, and (b) on an ongoing
290
+ basis, if such Contributor fails to notify You of the non-compliance by
291
+ some reasonable means prior to 60 days after You have come back into
292
+ compliance. Moreover, Your grants from a particular Contributor are
293
+ reinstated on an ongoing basis if such Contributor notifies You of the
294
+ non-compliance by some reasonable means, this is the first time You have
295
+ received notice of non-compliance with this License from such
296
+ Contributor, and You become compliant prior to 30 days after Your receipt
297
+ of the notice.
298
+
299
+ 5.2. If You initiate litigation against any entity by asserting a patent
300
+ infringement claim (excluding declaratory judgment actions,
301
+ counter-claims, and cross-claims) alleging that a Contributor Version
302
+ directly or indirectly infringes any patent, then the rights granted to
303
+ You by any and all Contributors for the Covered Software under Section
304
+ 2.1 of this License shall terminate.
305
+
306
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
307
+ license agreements (excluding distributors and resellers) which have been
308
+ validly granted by You or Your distributors under this License prior to
309
+ termination shall survive termination.
310
+
311
+ 6. Disclaimer of Warranty
312
+
313
+ Covered Software is provided under this License on an "as is" basis,
314
+ without warranty of any kind, either expressed, implied, or statutory,
315
+ including, without limitation, warranties that the Covered Software is free
316
+ of defects, merchantable, fit for a particular purpose or non-infringing.
317
+ The entire risk as to the quality and performance of the Covered Software
318
+ is with You. Should any Covered Software prove defective in any respect,
319
+ You (not any Contributor) assume the cost of any necessary servicing,
320
+ repair, or correction. This disclaimer of warranty constitutes an essential
321
+ part of this License. No use of any Covered Software is authorized under
322
+ this License except under this disclaimer.
323
+
324
+ 7. Limitation of Liability
325
+
326
+ Under no circumstances and under no legal theory, whether tort (including
327
+ negligence), contract, or otherwise, shall any Contributor, or anyone who
328
+ distributes Covered Software as permitted above, be liable to You for any
329
+ direct, indirect, special, incidental, or consequential damages of any
330
+ character including, without limitation, damages for lost profits, loss of
331
+ goodwill, work stoppage, computer failure or malfunction, or any and all
332
+ other commercial damages or losses, even if such party shall have been
333
+ informed of the possibility of such damages. This limitation of liability
334
+ shall not apply to liability for death or personal injury resulting from
335
+ such party's negligence to the extent applicable law prohibits such
336
+ limitation. Some jurisdictions do not allow the exclusion or limitation of
337
+ incidental or consequential damages, so this exclusion and limitation may
338
+ not apply to You.
339
+
340
+ 8. Litigation
341
+
342
+ Any litigation relating to this License may be brought only in the courts
343
+ of a jurisdiction where the defendant maintains its principal place of
344
+ business and such litigation shall be governed by laws of that
345
+ jurisdiction, without reference to its conflict-of-law provisions. Nothing
346
+ in this Section shall prevent a party's ability to bring cross-claims or
347
+ counter-claims.
348
+
349
+ 9. Miscellaneous
350
+
351
+ This License represents the complete agreement concerning the subject
352
+ matter hereof. If any provision of this License is held to be
353
+ unenforceable, such provision shall be reformed only to the extent
354
+ necessary to make it enforceable. Any law or regulation which provides that
355
+ the language of a contract shall be construed against the drafter shall not
356
+ be used to construe this License against a Contributor.
357
+
358
+ 10. Versions of the License
359
+
360
+ 10.1. New Versions
361
+
362
+ Mozilla Foundation is the license steward. Except as provided in Section
363
+ 10.3, no one other than the license steward has the right to modify or
364
+ publish new versions of this License. Each version will be given a
365
+ distinguishing version number.
366
+
367
+ 10.2. Effect of New Versions
368
+
369
+ You may distribute the Covered Software under the terms of the version
370
+ of the License under which You originally received the Covered Software,
371
+ or under the terms of any subsequent version published by the license
372
+ steward.
373
+
374
+ 10.3. Modified Versions
375
+
376
+ If you create software not governed by this License, and you want to
377
+ create a new license for such software, you may create and use a
378
+ modified version of this License if you rename the license and remove
379
+ any references to the name of the license steward (except to note that
380
+ such modified license differs from this License).
381
+
382
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
383
+ Licenses If You choose to distribute Source Code Form that is
384
+ Incompatible With Secondary Licenses under the terms of this version of
385
+ the License, the notice described in Exhibit B of this License must be
386
+ attached.
387
+
388
+ Exhibit A - Source Code Form License Notice
389
+
390
+ This Source Code Form is subject to the terms of the Mozilla Public
391
+ License, v. 2.0. If a copy of the MPL was not distributed with this
392
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
393
+ ```
394
+
395
+ ## Apache License 2.0
396
+
397
+ The following components are licensed under the Apache License, Version 2.0:
398
+
399
+ - **github.com/modelcontextprotocol/go-sdk v1.4.1**
400
+ <https://github.com/modelcontextprotocol/go-sdk>
401
+ Copyright (c) 2024-2025 Model Context Protocol a Series of LF Projects, LLC.
402
+
403
+ > **NOTE:** This package is undergoing a licensing transition from MIT to
404
+ > Apache-2.0. New code is Apache-2.0; some prior contributions remain MIT.
405
+ > See the package LICENSE file for full details.
406
+
407
+ ```
408
+ Apache License
409
+ Version 2.0, January 2004
410
+ http://www.apache.org/licenses/
411
+
412
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
413
+
414
+ 1. Definitions.
415
+
416
+ "License" shall mean the terms and conditions for use, reproduction,
417
+ and distribution as defined by Sections 1 through 9 of this document.
418
+
419
+ "Licensor" shall mean the copyright owner or entity authorized by the
420
+ copyright owner that is granting the License.
421
+
422
+ "Legal Entity" shall mean the union of the acting entity and all other
423
+ entities that control, are controlled by, or are under common control
424
+ with that entity. For the purposes of this definition, "control" means
425
+ (i) the power, direct or indirect, to cause the direction or management
426
+ of such entity, whether by contract or otherwise, or (ii) ownership of
427
+ fifty percent (50%) or more of the outstanding shares, or (iii)
428
+ beneficial ownership of such entity.
429
+
430
+ "You" (or "Your") shall mean an individual or Legal Entity exercising
431
+ permissions granted by this License.
432
+
433
+ "Source" form shall mean the preferred form for making modifications,
434
+ including but not limited to software source code, documentation source,
435
+ and configuration files.
436
+
437
+ "Object" form shall mean any form resulting from mechanical transformation
438
+ or translation of a Source form, including but not limited to compiled
439
+ object code, generated documentation, and conversions to other media types.
440
+
441
+ "Work" shall mean the work of authorship made available under the License.
442
+
443
+ "Derivative Works" shall mean any work that is based on (or derived from)
444
+ the Work for which the editorial revisions, annotations, elaborations, or
445
+ other modifications represent, as a whole, an original work of authorship.
446
+
447
+ "Contribution" shall mean any work of authorship submitted to the Licensor
448
+ for inclusion in the Work.
449
+
450
+ "Contributor" shall mean Licensor and any Legal Entity on behalf of whom
451
+ a Contribution has been received by Licensor and incorporated within the Work.
452
+
453
+ 2. Grant of Copyright License. Subject to the terms and conditions of this
454
+ License, each Contributor grants to You a perpetual, worldwide,
455
+ non-exclusive, no-charge, royalty-free, irrevocable copyright license to
456
+ reproduce, prepare Derivative Works of, publicly display, publicly perform,
457
+ sublicense, and distribute the Work and such Derivative Works in Source or
458
+ Object form.
459
+
460
+ 3. Grant of Patent License. Subject to the terms and conditions of this
461
+ License, each Contributor grants to You a perpetual, worldwide,
462
+ non-exclusive, no-charge, royalty-free, irrevocable patent license to
463
+ make, use, sell, offer for sale, import, and otherwise transfer the Work.
464
+
465
+ 4. Redistribution. You may reproduce and distribute copies of the Work or
466
+ Derivative Works thereof in any medium, with or without modifications,
467
+ and in Source or Object form, provided that You meet the following
468
+ conditions: (a) give recipients a copy of this License; (b) cause
469
+ modified files to carry prominent notices stating You changed the files;
470
+ (c) retain all copyright, patent, trademark, and attribution notices;
471
+ (d) include the NOTICE file if the Work includes one.
472
+
473
+ 5-9. [Full text available at http://www.apache.org/licenses/LICENSE-2.0]
474
+
475
+ END OF TERMS AND CONDITIONS
476
+ ```
477
+
478
+ ## BSD 3-Clause License
479
+
480
+ The following components are licensed under the BSD 3-Clause License:
481
+
482
+ - **golang.org/x/sync v0.20.0**
483
+ - **golang.org/x/term v0.41.0**
484
+ - **golang.org/x/time v0.15.0**
485
+ - **golang.org/x/oauth2 v0.34.0**
486
+ - **golang.org/x/sys v0.42.0**
487
+ <https://cs.opensource.google/go/x/>
488
+ Copyright 2009 The Go Authors.
489
+ - **github.com/yosida95/uritemplate/v3 v3.0.2**
490
+ <https://github.com/yosida95/uritemplate>
491
+ Copyright (C) 2016, Kohei YOSHIDA <https://yosida95.com/>. All rights reserved.
492
+
493
+ ```
494
+ Redistribution and use in source and binary forms, with or without
495
+ modification, are permitted provided that the following conditions are
496
+ met:
497
+
498
+ * Redistributions of source code must retain the above copyright
499
+ notice, this list of conditions and the following disclaimer.
500
+ * Redistributions in binary form must reproduce the above copyright
501
+ notice, this list of conditions and the following disclaimer in
502
+ the documentation and/or other materials provided with the
503
+ distribution.
504
+ * Neither the name of the copyright holder nor the names of its
505
+ contributors may be used to endorse or promote products derived
506
+ from this software without specific prior written permission.
507
+
508
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
509
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
510
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
511
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
512
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
513
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
514
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
515
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
516
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
517
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
518
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
519
+ ```
520
+
521
+ ## MIT License
522
+
523
+ The following components are licensed under the MIT License:
524
+
525
+ - **gopkg.in/natefinch/lumberjack.v2 v2.2.1**
526
+ <https://github.com/natefinch/lumberjack>
527
+ Copyright (c) 2014 Nate Finch
528
+ - **github.com/google/jsonschema-go v0.4.2**
529
+ <https://github.com/google/jsonschema-go>
530
+ Copyright (c) 2025 JSON Schema Go Project Authors
531
+ - **github.com/segmentio/asm v1.1.3**
532
+ <https://github.com/segmentio/asm>
533
+ Copyright (c) 2021 Segment
534
+ - **github.com/segmentio/encoding v0.5.4**
535
+ <https://github.com/segmentio/encoding>
536
+ Copyright (c) 2019 Segment.io, Inc.
537
+ - **gopkg.in/yaml.v3 v3.0.1**
538
+ <https://github.com/go-yaml/yaml>
539
+ Copyright (c) 2011-2019 Canonical Ltd.
540
+ - **github.com/modelcontextprotocol/go-sdk v1.4.1** (prior MIT contributions)
541
+ Copyright (c) 2024-2025 Model Context Protocol a Series of LF Projects, LLC.
542
+
543
+ ```
544
+ Permission is hereby granted, free of charge, to any person obtaining a copy
545
+ of this software and associated documentation files (the "Software"), to deal
546
+ in the Software without restriction, including without limitation the rights
547
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
548
+ copies of the Software, and to permit persons to whom the Software is
549
+ furnished to do so, subject to the following conditions:
550
+
551
+ The above copyright notice and this permission notice shall be included in all
552
+ copies or substantial portions of the Software.
553
+
554
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
555
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
556
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
557
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
558
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
559
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
560
+ SOFTWARE.
561
+ ```
562
+
563
+ ---
564
+
565
+ _End of Third-Party Notices._
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@insignary/clarity-mcp-linux-arm64",
3
+ "version": "1.0.0",
4
+ "description": "linux/arm64 binaries for @insignary/clarity-mcp",
5
+ "os": [
6
+ "linux"
7
+ ],
8
+ "cpu": [
9
+ "arm64"
10
+ ],
11
+ "files": [
12
+ "clarity-mcp-server",
13
+ "clarity-mcp-bootstrap",
14
+ "LICENSE.md",
15
+ "THIRD_PARTY_NOTICES.md"
16
+ ],
17
+ "engines": {
18
+ "node": ">=20"
19
+ },
20
+ "private": false
21
+ }