@atlaskit/ads-mcp 0.13.9 → 0.15.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.
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Structured content for icons generated from icon-metadata.
5
5
  *
6
- * @codegen <<SignedSource::8e0ae17013bff5b1edf9ddc66f016d9b>>
6
+ * @codegen <<SignedSource::6232931cb337024e8c763a9415f28dce>>
7
7
  * @codegenCommand yarn build structured-docs
8
8
  */
9
9
  export interface IconStructuredContent {
@@ -0,0 +1,27 @@
1
+ import type { CallToolResult } from '@modelcontextprotocol/sdk/types';
2
+ import { z } from 'zod';
3
+ export declare const getLintRulesInputSchema: z.ZodObject<{
4
+ terms: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString, 'many'>>>;
5
+ limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
6
+ exactName: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7
+ }>;
8
+ export declare const listGetLintRulesTool: {
9
+ name: string;
10
+ description: string;
11
+ annotations: {
12
+ title: string;
13
+ readOnlyHint: boolean;
14
+ destructiveHint: boolean;
15
+ idempotentHint: boolean;
16
+ openWorldHint: boolean;
17
+ };
18
+ inputSchema: {
19
+ [x: string]: unknown;
20
+ type: 'object';
21
+ properties?: {
22
+ [x: string]: unknown;
23
+ } | undefined;
24
+ required?: string[] | undefined;
25
+ };
26
+ };
27
+ export declare const getLintRulesTool: (params: z.infer<typeof getLintRulesInputSchema>) => Promise<CallToolResult>;
@@ -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 ESLint rule docs from constellation.
5
+ *
6
+ * @codegen <<SignedSource::d1d3c0706fd041eaa66d5ba1a4568c46>>
7
+ * @codegenCommand yarn build structured-docs
8
+ */
9
+ export interface LintRuleStructuredContent {
10
+ content: string;
11
+ [key: string]: any;
12
+ }
13
+ export declare const lintRulesStructuredContent: LintRuleStructuredContent[];
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Structured content for icons generated from icon-metadata.
5
5
  *
6
- * @codegen <<SignedSource::8e0ae17013bff5b1edf9ddc66f016d9b>>
6
+ * @codegen <<SignedSource::6232931cb337024e8c763a9415f28dce>>
7
7
  * @codegenCommand yarn build structured-docs
8
8
  */
9
9
  export interface IconStructuredContent {
@@ -0,0 +1,27 @@
1
+ import type { CallToolResult } from '@modelcontextprotocol/sdk/types';
2
+ import { z } from 'zod';
3
+ export declare const getLintRulesInputSchema: z.ZodObject<{
4
+ terms: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString, 'many'>>>;
5
+ limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
6
+ exactName: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7
+ }>;
8
+ export declare const listGetLintRulesTool: {
9
+ name: string;
10
+ description: string;
11
+ annotations: {
12
+ title: string;
13
+ readOnlyHint: boolean;
14
+ destructiveHint: boolean;
15
+ idempotentHint: boolean;
16
+ openWorldHint: boolean;
17
+ };
18
+ inputSchema: {
19
+ [x: string]: unknown;
20
+ type: 'object';
21
+ properties?: {
22
+ [x: string]: unknown;
23
+ } | undefined;
24
+ required?: string[] | undefined;
25
+ };
26
+ };
27
+ export declare const getLintRulesTool: (params: z.infer<typeof getLintRulesInputSchema>) => Promise<CallToolResult>;
@@ -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 ESLint rule docs from constellation.
5
+ *
6
+ * @codegen <<SignedSource::d1d3c0706fd041eaa66d5ba1a4568c46>>
7
+ * @codegenCommand yarn build structured-docs
8
+ */
9
+ export interface LintRuleStructuredContent {
10
+ content: string;
11
+ [key: string]: any;
12
+ }
13
+ export declare const lintRulesStructuredContent: LintRuleStructuredContent[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/ads-mcp",
3
- "version": "0.13.9",
3
+ "version": "0.15.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",