@atlaskit/ads-mcp 0.7.0 → 0.7.1
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/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/ads-mcp
|
|
2
2
|
|
|
3
|
+
## 0.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`75ba0401c1743`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/75ba0401c1743) -
|
|
8
|
+
Updated shape token reference.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 0.7.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ const addIcons = await search_icons({
|
|
|
44
44
|
|
|
45
45
|
// Search for multiple resources at once (most efficient for complex UI patterns)
|
|
46
46
|
const designResources = await plan({
|
|
47
|
-
tokens_search: ['color.text', 'space.100', '
|
|
47
|
+
tokens_search: ['color.text', 'space.100', 'radius.small'],
|
|
48
48
|
icons_search: ['add', 'edit', 'delete'],
|
|
49
49
|
components_search: ['Button', 'TextField', 'Modal'],
|
|
50
50
|
limit: 2,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/ads-mcp",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "The official Atlassian Design System MCP server to develop apps and user interfaces matching the Atlassian style.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"atlaskit:src": "src/index.tsx",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/icon": "^28.5.0",
|
|
29
|
-
"@atlaskit/tokens": "^
|
|
29
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
30
30
|
"@axe-core/playwright": "^4.8.0",
|
|
31
31
|
"@axe-core/puppeteer": "^4.7.3",
|
|
32
32
|
"@babel/runtime": "^7.0.0",
|