@atlaskit/ads-mcp 1.4.0 → 1.5.0

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.
@@ -11,7 +11,8 @@ var buildComponentResult = function buildComponentResult(result) {
11
11
  name: result.name,
12
12
  package: result.package,
13
13
  examples: result.examples,
14
- props: result.props
14
+ props: result.props,
15
+ designSource: result.designSource
15
16
  };
16
17
  };
17
18
  export var searchAtlaskitComponentsTool = /*#__PURE__*/function () {
@@ -12,7 +12,8 @@ var buildComponentResult = function buildComponentResult(result) {
12
12
  name: result.name,
13
13
  package: result.package,
14
14
  examples: result.examples,
15
- props: result.props
15
+ props: result.props,
16
+ designSource: result.designSource
16
17
  };
17
18
  };
18
19
  export var searchComponentsTool = /*#__PURE__*/function () {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Structured content components from design-system *.docs.tsx files
5
5
  *
6
- * @codegen <<SignedSource::0b71a41f26600db341e2ed67e69a4c88>>
6
+ * @codegen <<SignedSource::68018ad5cc8ec70b36dfe2da36ec942b>>
7
7
  * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:ads-components
8
8
  */
9
9
  import type { ComponentMcpPayload } from './types';
@@ -15,6 +15,9 @@ export type ComponentMcpPayload = {
15
15
  usageGuidelines?: string[];
16
16
  contentGuidelines?: string[];
17
17
  accessibilityGuidelines?: string[];
18
+ designSource?: {
19
+ figmaUrl?: string;
20
+ };
18
21
  keywords: string[];
19
22
  package: string;
20
23
  examples: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/ads-mcp",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
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",
@@ -21,10 +21,10 @@
21
21
  "types": "dist/types/index.d.ts",
22
22
  "atlaskit:src": "src/index.tsx",
23
23
  "dependencies": {
24
- "@atlaskit/icon": "^36.1.0",
25
- "@atlaskit/icon-lab": "^7.2.0",
24
+ "@atlaskit/icon": "^36.2.0",
25
+ "@atlaskit/icon-lab": "^7.3.0",
26
26
  "@atlaskit/platform-feature-flags": "^2.0.0",
27
- "@atlaskit/tokens": "^15.3.0",
27
+ "@atlaskit/tokens": "^15.4.0",
28
28
  "@axe-core/playwright": "^4.11.1",
29
29
  "@axe-core/puppeteer": "^4.11.1",
30
30
  "@babel/runtime": "^7.0.0",