@tekton-ui/mcp-server 0.4.5 → 0.4.6

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 ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Tekton Contributors
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.
package/README.md CHANGED
@@ -47,10 +47,10 @@ TEKTON_API_URL=https://tekton-ui.com # or http://localhost:3000 for dev
47
47
  **All Themes** (Requires valid API key and license):
48
48
 
49
49
  - `classic-magazine` - Classic magazine style
50
- - `equinox-fitness` - Fitness & wellness
50
+ - `dark-boldness` - Fitness & wellness
51
51
  - `minimal-workspace` - Minimal workspace
52
- - `neutral-humanism` - Neutral humanism
53
- - `round-minimal` - Round minimal
52
+ - `neutral-workspace` - Neutral humanism
53
+ - `pebble` - Round minimal
54
54
  - `square-minimalism` - Square minimalism
55
55
 
56
56
  **Note:** All 6 themes require authentication. No free themes are available.
@@ -861,10 +861,10 @@ packages/mcp-server/
861
861
  ## Built-in Themes (6 Total)
862
862
 
863
863
  1. `classic-magazine` - Classic magazine style
864
- 2. `equinox-fitness` - Fitness & wellness
864
+ 2. `dark-boldness` - Fitness & wellness
865
865
  3. `minimal-workspace` - Minimal workspace
866
- 4. `neutral-humanism` - Neutral humanism
867
- 5. `round-minimal` - Round minimal
866
+ 4. `neutral-workspace` - Neutral humanism
867
+ 5. `pebble` - Round minimal
868
868
  6. `square-minimalism` - Square minimalism
869
869
 
870
870
  **CSS Format**: All color values use OKLCH format for perceptual uniformity
@@ -8,10 +8,10 @@
8
8
  */
9
9
  export const PREMIUM_THEMES = [
10
10
  'classic-magazine',
11
- 'equinox-fitness',
11
+ 'dark-boldness',
12
12
  'minimal-workspace',
13
- 'neutral-humanism',
14
- 'round-minimal',
13
+ 'neutral-workspace',
14
+ 'pebble',
15
15
  'square-minimalism',
16
16
  ];
17
17
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"theme-access.js","sourceRoot":"","sources":["../../src/auth/theme-access.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,kBAAkB;IAClB,iBAAiB;IACjB,mBAAmB;IACnB,kBAAkB;IAClB,eAAe;IACf,mBAAmB;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,yBAAyB,CAAC,CAAC;AAEzD;;;;GAIG;AACH,MAAM,UAAU,eAAe,CAAC,KAAa;IAC3C,OAAO,aAAa,CAAC,QAAQ,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC,CAAC;AACrD,CAAC"}
1
+ {"version":3,"file":"theme-access.js","sourceRoot":"","sources":["../../src/auth/theme-access.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,kBAAkB;IAClB,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,QAAQ;IACR,mBAAmB;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,yBAAyB,CAAC,CAAC;AAEzD;;;;GAIG;AACH,MAAM,UAAU,eAAe,CAAC,KAAa;IAC3C,OAAO,aAAa,CAAC,QAAQ,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC,CAAC;AACrD,CAAC"}
@@ -159,10 +159,10 @@ import { Button, Dialog, DialogTrigger, DialogContent } from '@tekton-ui/ui';
159
159
  | Theme ID | Description |
160
160
  |----------|-------------|
161
161
  | \`classic-magazine\` | Classic magazine style |
162
- | \`equinox-fitness\` | Fitness & wellness |
162
+ | \`dark-boldness\` | Fitness & wellness |
163
163
  | \`minimal-workspace\` | Minimal workspace |
164
- | \`neutral-humanism\` | Neutral humanism |
165
- | \`round-minimal\` | Round minimal |
164
+ | \`neutral-workspace\` | Neutral humanism |
165
+ | \`pebble\` | Round minimal |
166
166
  | \`square-minimalism\` | Square minimalism |
167
167
 
168
168
  ### Applying a Theme
package/dist/index.js CHANGED
File without changes
@@ -59,10 +59,10 @@ Use MCP tools to discover themes:
59
59
 
60
60
  **Available themes (all require license):**
61
61
  - classic-magazine - Classic magazine style
62
- - equinox-fitness - Fitness & wellness
62
+ - dark-boldness - Fitness & wellness
63
63
  - minimal-workspace - Minimal workspace
64
- - neutral-humanism - Neutral humanism
65
- - round-minimal - Round minimal
64
+ - neutral-workspace - Neutral humanism
65
+ - pebble - Round minimal
66
66
  - square-minimalism - Square minimalism
67
67
 
68
68
  ## Step 4: Check Component Availability