Skip to content

Commit 40f338c

Browse files
committed
feat: MCP annotations batch 4/65 (100 components)
1 parent 61d0151 commit 40f338c

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/api4ai/actions/car-image-background-removal/car-image-background-removal.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ export default {
88
description:
99
"Remove Background for car images. Powered by API4AI.",
1010
key: "api4ai-car-image-background-removal",
11-
version: "0.0.2",
11+
version: "0.0.3",
12+
annotations: {
13+
destructiveHint: true,
14+
openWorldHint: true,
15+
readOnlyHint: false,
16+
},
1217
type: "action",
1318
props: {
1419
app,

components/api4ai/actions/furniture-and-household-item-recognition/furniture-and-household-item-recognition.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Furniture & Household Item Recognition",
66
description: "This API provides identification of furniture & household items with advanced intelligent detection, categorization, and counting technologies. Powered by API4AI.",
77
key: "api4ai-furniture-and-household-item-recognition",
8-
version: "0.0.2",
8+
version: "0.0.3",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
app,

components/api4ai/actions/image-anonymization/image-anonymization.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
name: "Image Anonymization",
88
description: "Performs actual image anonymization. Powered by API4AI.",
99
key: "api4ai-image-anonymization",
10-
version: "0.0.2",
10+
version: "0.0.3",
11+
annotations: {
12+
destructiveHint: false,
13+
openWorldHint: true,
14+
readOnlyHint: false,
15+
},
1116
type: "action",
1217
props: {
1318
app,

components/api4ai/actions/nsfw-image-recognition/nsfw-image-recognition.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
description:
77
"Content moderation solution for NSFW (Not Safe For Work) sexual images identification. Powered by API4AI.",
88
key: "api4ai-nsfw-image-recognition",
9-
version: "0.0.2",
9+
version: "0.0.3",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
type: "action",
1116
props: {
1217
app,

components/apiary/actions/create-api-project/create-api-project.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "apiary-create-api-project",
55
name: "Create API Project",
66
description: "Create a new API project. [See the documentation](https://apiary.docs.apiary.io/#reference/blueprint/create-api-project/create-api-project)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
app,

components/apiary/actions/fetch-blueprint/fetch-blueprint.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "apiary-fetch-blueprint",
55
name: "Fetch Blueprint",
66
description: "Fetch an API Blueprint for a particular API. [See the documentation](https://apiary.docs.apiary.io/#reference/blueprint/fetch-blueprint/fetch-blueprint)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
app,

components/apiary/actions/publish-blueprint/publish-blueprint.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "apiary-publish-blueprint",
55
name: "Publish Blueprint",
66
description: "Publish an API Blueprint for a particular API. [See the documentation](https://apiary.docs.apiary.io/#reference/blueprint/publish-blueprint/publish-blueprint)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
app,

components/apify/actions/get-dataset-items/get-dataset-items.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "apify-get-dataset-items",
66
name: "Get Dataset Items",
77
description: "Returns data stored in a dataset. [See the documentation](https://docs.apify.com/api/v2/dataset-items-get)",
8-
version: "0.0.4",
8+
version: "0.0.5",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: true,
13+
},
914
type: "action",
1015
props: {
1116
apify,

components/apify/actions/run-actor/run-actor.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
key: "apify-run-actor",
88
name: "Run Actor",
99
description: "Performs an execution of a selected Actor in Apify. [See the documentation](https://docs.apify.com/api/v2#/reference/actors/run-collection/run-actor)",
10-
version: "0.0.5",
10+
version: "0.0.6",
11+
annotations: {
12+
destructiveHint: false,
13+
openWorldHint: true,
14+
readOnlyHint: false,
15+
},
1116
type: "action",
1217
props: {
1318
apify,

components/apify/actions/run-task-synchronously/run-task-synchronously.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "apify-run-task-synchronously",
66
name: "Run Task Synchronously",
77
description: "Run a specific task and return its dataset items. [See the documentation](https://docs.apify.com/api/v2/actor-task-run-sync-get-dataset-items-get)",
8-
version: "0.0.4",
8+
version: "0.0.5",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
apify,

0 commit comments

Comments
 (0)