@svgrid/mcp 2.5.0 → 2.6.2

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 CHANGED
@@ -1,82 +1,40 @@
1
- SV-GRID-MCP COMMERCIAL LICENSE
2
- Version 1.0
3
-
4
- Copyright (c) 2026 jQWidgets Ltd
5
- Project: @svgrid/mcp
6
-
7
- This software is licensed, not sold. Use requires a valid, paid SvGrid
8
- Pro or Enterprise license. The MCP server bundles SvGrid example
9
- sources, documentation, and API reference material; redistribution of
10
- those materials outside this package is not permitted.
11
-
12
- ------------------------------------------------------------------------
13
- 1. GRANT (with valid SvGrid Pro or Enterprise license)
14
- ------------------------------------------------------------------------
15
-
16
- Subject to the Subscriber's compliance with this License and continued
17
- payment of the applicable license fee, the Author grants the Subscriber
18
- a non-exclusive, non-transferable, non-sublicensable license to:
19
-
20
- (a) install and run the Software on developer workstations and on
21
- build / CI machines belonging to the Subscriber;
22
- (b) configure the Software as an MCP server for AI assistants used
23
- by the Subscriber's developers;
24
- (c) modify the Software for the Subscriber's internal use, provided
25
- that all copyright notices and license terms are preserved.
26
-
27
- The number of developer seats covered is determined by the
28
- Subscriber's SvGrid Pro / Enterprise order. A "developer" is any
29
- individual who uses an AI assistant configured against this MCP
30
- server while writing or modifying source code that imports
31
- `@svgrid/grid` or `@svgrid/enterprise`.
32
-
33
- ------------------------------------------------------------------------
34
- 2. RESTRICTIONS
35
- ------------------------------------------------------------------------
36
-
37
- The Subscriber may NOT:
38
-
39
- (a) redistribute the Software as a standalone package, library, or
40
- MCP server;
41
- (b) sublicense, rent, lease, or sell the Software to third parties;
42
- (c) extract the bundled SvGrid example sources, documentation, or
43
- API reference material for use outside this package;
44
- (d) use the Software to train, fine-tune, or evaluate a third-party
45
- model intended for resale or public distribution;
46
- (e) use the Software to develop a directly competing data-grid or
47
- table component product.
48
-
49
- ------------------------------------------------------------------------
50
- 3. SUBSCRIPTION AND TERMINATION
51
- ------------------------------------------------------------------------
52
-
53
- The license is granted for the term specified in the Subscriber's
54
- SvGrid Pro or Enterprise order. On non-renewal or material breach of
55
- Sections 1 or 2, the license terminates automatically and the
56
- Subscriber must cease all use of the Software and remove it from
57
- development environments and CI infrastructure.
58
-
59
- ------------------------------------------------------------------------
60
- 4. WARRANTY DISCLAIMER AND LIABILITY
61
- ------------------------------------------------------------------------
62
-
63
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
64
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
65
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
66
- NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
67
- CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM USE OF THE SOFTWARE,
68
- WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE.
69
-
70
- The Author's total cumulative liability under this License shall not
71
- exceed the license fees paid by the Subscriber in the twelve months
72
- preceding the event giving rise to the claim.
73
-
74
- ------------------------------------------------------------------------
75
- 5. CONTACT
76
- ------------------------------------------------------------------------
77
-
78
- To purchase a license, request a quote, or report unauthorized use,
79
- contact: boikom@jqwidgets.com
80
- Pricing: https://svgrid.com/pricing
81
-
82
- END OF LICENSE
1
+ MIT License
2
+
3
+ Copyright (c) 2026 jQWidgets Ltd
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
23
+ ------------------------------------------------------------------------
24
+
25
+ NOTE ON BUNDLED CONTENT
26
+
27
+ This package embeds SvGrid documentation, API reference, and example sources
28
+ so the server can answer questions offline. That material is Copyright (c)
29
+ 2026 jQWidgets Ltd and is also published openly at https://svgrid.com/docs/,
30
+ https://svgrid.com/llms.txt and https://svgrid.com/llms-full.txt for exactly
31
+ this purpose. The MIT grant above covers it.
32
+
33
+ SvGrid(TM) and sv-grid(TM) are trademarks of jQWidgets Ltd. This license
34
+ covers the source code and bundled content only; it grants no rights to the
35
+ SvGrid / sv-grid names or logos.
36
+
37
+ Some tools exposed by this server generate SvGrid Studio projects. Studio
38
+ itself is a commercial product (https://svgrid.com/pricing) and needs a
39
+ license key to use in production, but this server, and asking it questions,
40
+ are free.
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  <p align="center">
10
10
  <a href="https://www.npmjs.com/package/@svgrid/mcp"><img src="https://img.shields.io/npm/v/%40svgrid%2Fmcp.svg?label=%40svgrid%2Fmcp" alt="npm version" /></a>
11
11
  <a href="https://www.npmjs.com/package/@svgrid/mcp"><img src="https://img.shields.io/npm/dm/%40svgrid%2Fmcp.svg" alt="npm downloads" /></a>
12
- <a href="https://svgrid.com/pricing/"><img src="https://img.shields.io/badge/license-commercial-blue.svg" alt="Commercial license" /></a>
12
+ <a href="./LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License" /></a>
13
13
  </p>
14
14
 
15
15
  <p align="center">
@@ -122,7 +122,8 @@ them into `src/data.ts`, so the published package is fully self-contained.
122
122
 
123
123
  ## Licensing
124
124
 
125
- Commercial. Part of the SvGrid Enterprise offering; see [svgrid.com/pricing](https://svgrid.com/pricing/).
125
+ MIT - free to run, no license key. Some tools generate SvGrid Studio projects, and Studio itself is
126
+ commercial; see [svgrid.com/pricing](https://svgrid.com/pricing/).
126
127
  The MIT [`@svgrid/grid`](https://www.npmjs.com/package/@svgrid/grid) core is free for any use.
127
128
 
128
129
  SvGrid&trade; and sv-grid&trade; are trademarks of jQWidgets Ltd.