@tekton-ui/mcp-server 0.4.4 → 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 +21 -0
- package/README.md +6 -6
- package/dist/auth/theme-access.js +3 -3
- package/dist/auth/theme-access.js.map +1 -1
- package/dist/cli/guide-template.js +3 -3
- package/dist/index.js +0 -0
- package/dist/prompts/getting-started.js +3 -3
- package/dist/schemas/mcp-schemas.d.ts +447 -447
- package/dist/schemas/mcp-schemas.d.ts.map +1 -1
- package/dist/tools/list-screen-templates.d.ts.map +1 -1
- package/dist/tools/list-screen-templates.js +0 -2
- package/dist/tools/list-screen-templates.js.map +1 -1
- package/dist/tools/preview-screen-template.d.ts.map +1 -1
- package/dist/tools/preview-screen-template.js +0 -2
- package/dist/tools/preview-screen-template.js.map +1 -1
- package/package.json +48 -20
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
|
-
- `
|
|
50
|
+
- `dark-boldness` - Fitness & wellness
|
|
51
51
|
- `minimal-workspace` - Minimal workspace
|
|
52
|
-
- `neutral-
|
|
53
|
-
- `
|
|
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. `
|
|
864
|
+
2. `dark-boldness` - Fitness & wellness
|
|
865
865
|
3. `minimal-workspace` - Minimal workspace
|
|
866
|
-
4. `neutral-
|
|
867
|
-
5. `
|
|
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
|
|
@@ -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,
|
|
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
|
-
| \`
|
|
162
|
+
| \`dark-boldness\` | Fitness & wellness |
|
|
163
163
|
| \`minimal-workspace\` | Minimal workspace |
|
|
164
|
-
| \`neutral-
|
|
165
|
-
| \`
|
|
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
|
-
-
|
|
62
|
+
- dark-boldness - Fitness & wellness
|
|
63
63
|
- minimal-workspace - Minimal workspace
|
|
64
|
-
- neutral-
|
|
65
|
-
-
|
|
64
|
+
- neutral-workspace - Neutral humanism
|
|
65
|
+
- pebble - Round minimal
|
|
66
66
|
- square-minimalism - Square minimalism
|
|
67
67
|
|
|
68
68
|
## Step 4: Check Component Availability
|