@atlaskit/ads-mcp 0.15.1 → 0.16.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.
Files changed (31) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/cjs/tools/get-icons/icon-mcp-structured-content.codegen.js +5160 -0
  3. package/dist/cjs/tools/get-icons/icon-structured-content.codegen.js +2 -2
  4. package/dist/cjs/tools/get-icons/index.js +13 -13
  5. package/dist/cjs/tools/get-lint-rules/index.js +11 -11
  6. package/dist/cjs/tools/get-lint-rules/lint-rules-structured-content.codegen.js +94 -86
  7. package/dist/cjs/tools/get-tokens/index.js +12 -12
  8. package/dist/cjs/tools/get-tokens/token-mcp-structured-content.codegen.js +3760 -0
  9. package/dist/es2019/tools/get-icons/icon-mcp-structured-content.codegen.js +5154 -0
  10. package/dist/es2019/tools/get-icons/icon-structured-content.codegen.js +2 -2
  11. package/dist/es2019/tools/get-icons/index.js +9 -9
  12. package/dist/es2019/tools/get-lint-rules/index.js +9 -9
  13. package/dist/es2019/tools/get-lint-rules/lint-rules-structured-content.codegen.js +93 -85
  14. package/dist/es2019/tools/get-tokens/index.js +9 -9
  15. package/dist/es2019/tools/get-tokens/token-mcp-structured-content.codegen.js +3754 -0
  16. package/dist/esm/tools/get-icons/icon-mcp-structured-content.codegen.js +5154 -0
  17. package/dist/esm/tools/get-icons/icon-structured-content.codegen.js +2 -2
  18. package/dist/esm/tools/get-icons/index.js +13 -13
  19. package/dist/esm/tools/get-lint-rules/index.js +12 -12
  20. package/dist/esm/tools/get-lint-rules/lint-rules-structured-content.codegen.js +93 -85
  21. package/dist/esm/tools/get-tokens/index.js +12 -12
  22. package/dist/esm/tools/get-tokens/token-mcp-structured-content.codegen.js +3754 -0
  23. package/dist/types/tools/get-icons/icon-mcp-structured-content.codegen.d.ts +13 -0
  24. package/dist/types/tools/get-icons/icon-structured-content.codegen.d.ts +1 -1
  25. package/dist/types/tools/get-lint-rules/lint-rules-structured-content.codegen.d.ts +4 -4
  26. package/dist/types/tools/get-tokens/token-mcp-structured-content.codegen.d.ts +13 -0
  27. package/dist/types-ts4.5/tools/get-icons/icon-mcp-structured-content.codegen.d.ts +13 -0
  28. package/dist/types-ts4.5/tools/get-icons/icon-structured-content.codegen.d.ts +1 -1
  29. package/dist/types-ts4.5/tools/get-lint-rules/lint-rules-structured-content.codegen.d.ts +4 -4
  30. package/dist/types-ts4.5/tools/get-tokens/token-mcp-structured-content.codegen.d.ts +13 -0
  31. package/package.json +1 -1
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ *
4
+ * Structured content for MCP (JSON) for icons from icon-metadata.
5
+ *
6
+ * @codegen <<SignedSource::e7dc76c7fd5eff8f6689f9370332e6cc>>
7
+ * @codegenCommand yarn build structured-docs
8
+ */
9
+ export interface IconStructuredContent {
10
+ content: any;
11
+ [key: string]: any;
12
+ }
13
+ export declare const iconMcpStructuredContent: IconStructuredContent[];
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Structured content for icons generated from icon-metadata.
5
5
  *
6
- * @codegen <<SignedSource::6232931cb337024e8c763a9415f28dce>>
6
+ * @codegen <<SignedSource::ac3161ec5b8e571e1aeb6cb1dcddd43e>>
7
7
  * @codegenCommand yarn build structured-docs
8
8
  */
9
9
  export interface IconStructuredContent {
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
3
  *
4
- * Structured content for ESLint rule docs from constellation.
4
+ * Structured content for MCP (JSON) for ESLint rule docs from constellation.
5
5
  *
6
- * @codegen <<SignedSource::d1d3c0706fd041eaa66d5ba1a4568c46>>
6
+ * @codegen <<SignedSource::31ccbe611e32ed18b0d8477d40030cbc>>
7
7
  * @codegenCommand yarn build structured-docs
8
8
  */
9
9
  export interface LintRuleStructuredContent {
10
- content: string;
10
+ content: any;
11
11
  [key: string]: any;
12
12
  }
13
- export declare const lintRulesStructuredContent: LintRuleStructuredContent[];
13
+ export declare const lintRulesMcpStructuredContent: LintRuleStructuredContent[];
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ *
4
+ * Structured content for MCP (JSON) for tokens from token-metadata.
5
+ *
6
+ * @codegen <<SignedSource::49bceab34371b02cceac0df2af2abd95>>
7
+ * @codegenCommand yarn build structured-docs
8
+ */
9
+ export interface TokenStructuredContent {
10
+ content: any;
11
+ [key: string]: any;
12
+ }
13
+ export declare const tokenMcpStructuredContent: TokenStructuredContent[];
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ *
4
+ * Structured content for MCP (JSON) for icons from icon-metadata.
5
+ *
6
+ * @codegen <<SignedSource::e7dc76c7fd5eff8f6689f9370332e6cc>>
7
+ * @codegenCommand yarn build structured-docs
8
+ */
9
+ export interface IconStructuredContent {
10
+ content: any;
11
+ [key: string]: any;
12
+ }
13
+ export declare const iconMcpStructuredContent: IconStructuredContent[];
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Structured content for icons generated from icon-metadata.
5
5
  *
6
- * @codegen <<SignedSource::6232931cb337024e8c763a9415f28dce>>
6
+ * @codegen <<SignedSource::ac3161ec5b8e571e1aeb6cb1dcddd43e>>
7
7
  * @codegenCommand yarn build structured-docs
8
8
  */
9
9
  export interface IconStructuredContent {
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
3
  *
4
- * Structured content for ESLint rule docs from constellation.
4
+ * Structured content for MCP (JSON) for ESLint rule docs from constellation.
5
5
  *
6
- * @codegen <<SignedSource::d1d3c0706fd041eaa66d5ba1a4568c46>>
6
+ * @codegen <<SignedSource::31ccbe611e32ed18b0d8477d40030cbc>>
7
7
  * @codegenCommand yarn build structured-docs
8
8
  */
9
9
  export interface LintRuleStructuredContent {
10
- content: string;
10
+ content: any;
11
11
  [key: string]: any;
12
12
  }
13
- export declare const lintRulesStructuredContent: LintRuleStructuredContent[];
13
+ export declare const lintRulesMcpStructuredContent: LintRuleStructuredContent[];
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ *
4
+ * Structured content for MCP (JSON) for tokens from token-metadata.
5
+ *
6
+ * @codegen <<SignedSource::49bceab34371b02cceac0df2af2abd95>>
7
+ * @codegenCommand yarn build structured-docs
8
+ */
9
+ export interface TokenStructuredContent {
10
+ content: any;
11
+ [key: string]: any;
12
+ }
13
+ export declare const tokenMcpStructuredContent: TokenStructuredContent[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/ads-mcp",
3
- "version": "0.15.1",
3
+ "version": "0.16.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",