Skip to content

Commit c7be0ca

Browse files
committed
feat: MCP annotations batch 51/65 (100 components)
1 parent 61d0151 commit c7be0ca

File tree

100 files changed

+600
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+600
-100
lines changed

components/shopify/actions/get-articles/get-articles.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "shopify-get-articles",
55
name: "Get Articles",
66
description: "Retrieve a list of all articles from a blog. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/articles)",
7-
version: "0.0.7",
7+
version: "0.0.8",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
shopify,

components/shopify/actions/get-metafields/get-metafields.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "shopify-get-metafields",
66
name: "Get Metafields",
77
description: "Retrieves a list of metafields that belong to a resource. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/metafields)",
8-
version: "0.0.12",
8+
version: "0.0.13",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
type: "action",
1015
props: {
1116
...common.props,

components/shopify/actions/get-metaobjects/get-metaobjects.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
key: "shopify-get-metaobjects",
88
name: "Get Metaobjects",
99
description: "Retrieves a list of metaobjects. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/queries/metaobjects)",
10-
version: "0.0.5",
10+
version: "0.0.6",
11+
annotations: {
12+
destructiveHint: false,
13+
openWorldHint: true,
14+
readOnlyHint: true,
15+
},
1116
type: "action",
1217
props: {
1318
shopify,

components/shopify/actions/get-pages/get-pages.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "shopify-get-pages",
55
name: "Get Pages",
66
description: "Retrieve a list of all pages. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/pages)",
7-
version: "0.0.7",
7+
version: "0.0.8",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
shopify,

components/shopify/actions/search-custom-collection-by-name/search-custom-collection-by-name.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "shopify-search-custom-collection-by-name",
66
name: "Search Custom Collection by Name",
77
description: "Search for a custom collection by name/title. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/collections)",
8-
version: "0.0.6",
8+
version: "0.0.7",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
type: "action",
1015
props: {
1116
shopify,

components/shopify/actions/search-product-variant/search-product-variant.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
key: "shopify-search-product-variant",
88
name: "Search for Product Variant",
99
description: "Search for product variants or create one if not found. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/productVariants)",
10-
version: "0.0.13",
10+
version: "0.0.14",
11+
annotations: {
12+
destructiveHint: false,
13+
openWorldHint: true,
14+
readOnlyHint: false,
15+
},
1116
type: "action",
1217
props: {
1318
shopify,

components/shopify/actions/search-products/search-products.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
key: "shopify-search-products",
77
name: "Search for Products",
88
description: "Search for products. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/queries/products)",
9-
version: "0.0.13",
9+
version: "0.0.14",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: true,
14+
},
1015
type: "action",
1116
props: {
1217
shopify,

components/shopify/actions/update-article/update-article.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "shopify-update-article",
55
name: "Update Article",
66
description: "Update a blog article. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/articleUpdate)",
7-
version: "0.0.7",
7+
version: "0.0.8",
8+
annotations: {
9+
destructiveHint: true,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
shopify,

components/shopify/actions/update-inventory-level/update-inventory-level.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "shopify-update-inventory-level",
66
name: "Update Inventory Level",
77
description: "Sets the inventory level for an inventory item at a location. [See the documenation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventorySetOnHandQuantities)",
8-
version: "0.0.13",
8+
version: "0.0.14",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
shopify,

components/shopify/actions/update-metafield/update-metafield.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "shopify-update-metafield",
66
name: "Update Metafield",
77
description: "Updates a metafield belonging to a resource. [See the documentation]()",
8-
version: "0.0.11",
8+
version: "0.0.12",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
async additionalProps() {
1116
const props = await this.getOwnerIdProp(this.ownerResource);

0 commit comments

Comments
 (0)