md-feedback 1.3.5 → 1.3.7

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 (3) hide show
  1. package/LICENSE +77 -0
  2. package/dist/mcp-server.js +55 -55
  3. package/package.json +8 -25
package/LICENSE ADDED
@@ -0,0 +1,77 @@
1
+ SPDX-License-Identifier: LicenseRef-SUL-1.0
2
+
3
+ Sustainable Use License
4
+
5
+ Version 1.0
6
+
7
+ Copyright (c) 2026 Yeomin Seon
8
+
9
+ Acceptance
10
+
11
+ By using the software, you agree to all of the terms and conditions below.
12
+
13
+ Copyright License
14
+
15
+ The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable license
16
+ to use, copy, distribute, make available, and prepare derivative works of the software, in each case subject
17
+ to the limitations below.
18
+
19
+ Limitations
20
+
21
+ You may use or modify the software only for your own internal business purposes or for non-commercial or
22
+ personal use. You may distribute the software or provide it to others only if you do so free of charge for
23
+ non-commercial purposes. You may not alter, remove, or obscure any licensing, copyright, or other notices of
24
+ the licensor in the software. Any use of the licensor's trademarks is subject to applicable law.
25
+
26
+ Patents
27
+
28
+ The licensor grants you a license, under any patent claims the licensor can license, or becomes able to
29
+ license, to make, have made, use, sell, offer for sale, import and have imported the software, in each case
30
+ subject to the limitations and conditions in this license. This license does not cover any patent claims that
31
+ you cause to be infringed by modifications or additions to the software. If you or your company make any
32
+ written claim that the software infringes or contributes to infringement of any patent, your patent license
33
+ for the software granted under these terms ends immediately. If your company makes such a claim, your patent
34
+ license ends immediately for work on behalf of your company.
35
+
36
+ Notices
37
+
38
+ You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these
39
+ terms. If you modify the software, you must include in any modified copies of the software a prominent notice
40
+ stating that you have modified the software.
41
+
42
+ No Other Rights
43
+
44
+ These terms do not imply any licenses other than those expressly granted in these terms.
45
+
46
+ Termination
47
+
48
+ If you use the software in violation of these terms, such use is not licensed, and your license will
49
+ automatically terminate. If the licensor provides you with a notice of your violation, and you cease all
50
+ violation of this license no later than 30 days after you receive that notice, your license will be reinstated
51
+ retroactively. However, if you violate these terms after such reinstatement, any additional violation of these
52
+ terms will cause your license to terminate automatically and permanently.
53
+
54
+ No Liability
55
+
56
+ As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will
57
+ not be liable to you for any damages arising out of these terms or the use or nature of the software, under
58
+ any kind of legal claim.
59
+
60
+ Definitions
61
+
62
+ The "licensor" is the entity offering these terms, Yeomin Seon.
63
+
64
+ The "software" is the software the licensor makes available under these terms, including any portion of it.
65
+
66
+ "You" refers to the individual or entity agreeing to these terms.
67
+
68
+ "Your company" is any legal entity, sole proprietorship, or other kind of organization that you work for, plus
69
+ all organizations that have control over, are under the control of, or are under common control with that
70
+ organization. Control means ownership of substantially all the assets of an entity, or the power to direct its
71
+ management and policies by vote, contract, or otherwise. Control can be direct or indirect.
72
+
73
+ "Your license" is the license granted to you for the software under these terms.
74
+
75
+ "Use" means anything you do with the software requiring your license.
76
+
77
+ "Trademark" means trademarks, service marks, and similar rights.