tt-design-mcp 1.0.1 → 1.0.3
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/README.md +2 -0
- package/package.json +1 -1
- package/src/server.mjs +2 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/src/server.mjs
CHANGED
|
@@ -73,7 +73,8 @@ export function createServer() {
|
|
|
73
73
|
{
|
|
74
74
|
instructions:
|
|
75
75
|
'MCP server for querying tt-design component metadata. ' +
|
|
76
|
-
'Loads dist/meta/*.json from the user-installed tt-design package.'
|
|
76
|
+
'Loads dist/meta/*.json from the user-installed tt-design package. ' +
|
|
77
|
+
'When generating UI for this project, prioritize reusing Ant Design 4.24.x underlying logic and only override styles through CSS variables.',
|
|
77
78
|
},
|
|
78
79
|
);
|
|
79
80
|
|