Commit 0e4028c
v0.5.7 (#411)
* feat: introducing customHome config option (#397)
* fix: include tsx files in tsconfig for gpt-apps and mcp-apps default templates
The default templates for both GPT apps and MCP apps contained .tsx files but their tsconfig.json was only including .ts files. Added jsx compiler option and .tsx file pattern to match the tailwind template configuration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* unit tests for updateTsConfig function and support updating path aliases on setup (#399)
* feat: skip type check on nextjs adapter mode (#400)
* feat: upd adapter mode tool gen syntax (#401)
* feat: add CSS module type declarations for zero-config ts support
* feat: docs sidebar w/ toggleable func (#403)
* apply font-family once on body
* add CSS documentation to core concepts
* improve CSS docs and ordering
* feat: example initialization via cli (#406)
* feat: example initialization via cli
* remove templates parent directory + upd next steps
* rmv auto-detection
* next steps to handle directory
* add globals.css auto-detection and update docs
* ignore example metadata folder (#408)
* add engineering category
* add blog post on MCP UI components (#409)
* add blog post on MCP UI components
* always bet on react
* copywriting nitpicks
* upload image + upd date
---------
Co-authored-by: Francisco Veiras <74626997+francisco-svg761@users.noreply.github.com>
Co-authored-by: valebearzotti <valebearzotti1@gmail.com>
* downloadTarStream handle download status (#412)
* add safety checks to the --example path (#413)
---------
Co-authored-by: Mauricio Dottavio <dottavio@gmail.com>
Co-authored-by: Francisco Veiras <74626997+francisco-svg761@users.noreply.github.com>
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
Co-authored-by: Francisco Veiras <74626997+fveiraswww@users.noreply.github.com>File tree
37 files changed
+1597
-68
lines changed- apps/website
- components/layout
- content
- blog
- docs/core-concepts
- hooks
- public/blog
- utils/blog
- examples
- open-ai-react-css-modules
- src/tools
- open-ai-react-tailwind/src/tools
- template-config
- packages
- create-xmcp-app
- src
- helpers
- templates
- gpt-apps/default
- mcp-apps/default
- init-xmcp/src
- __tests__
- helpers
- xmcp/src
- compiler
- client
- config
- schemas
- utils
- __tests__
- runtime/transports/http
- types
37 files changed
+1597
-68
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
10 | 50 | | |
11 | 51 | | |
12 | 52 | | |
| |||
30 | 70 | | |
31 | 71 | | |
32 | 72 | | |
| 73 | + | |
33 | 74 | | |
34 | 75 | | |
35 | 76 | | |
36 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
37 | 105 | | |
38 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
39 | 113 | | |
40 | 114 | | |
41 | 115 | | |
42 | 116 | | |
43 | 117 | | |
44 | 118 | | |
45 | 119 | | |
46 | | - | |
| 120 | + | |
47 | 121 | | |
48 | 122 | | |
49 | 123 | | |
| |||
72 | 146 | | |
73 | 147 | | |
74 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
75 | 152 | | |
76 | 153 | | |
77 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
78 | 158 | | |
79 | 159 | | |
80 | 160 | | |
| |||
86 | 166 | | |
87 | 167 | | |
88 | 168 | | |
89 | | - | |
90 | 169 | | |
91 | 170 | | |
92 | 171 | | |
93 | 172 | | |
94 | 173 | | |
95 | 174 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 175 | + | |
102 | 176 | | |
103 | 177 | | |
104 | 178 | | |
105 | 179 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
112 | 187 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
121 | 289 | | |
122 | | - | |
| 290 | + | |
| 291 | + | |
123 | 292 | | |
124 | 293 | | |
125 | 294 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
26 | 24 | | |
27 | | - | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
0 commit comments