Skip to content

Commit f2be981

Browse files
committed
MCP annotations
1 parent 14b7c22 commit f2be981

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

components/servicenow/actions/create-case/create-case.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ export default {
66
description: "Creates a new case record in ServiceNow.",
77
version: "0.0.1",
88
type: "action",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
servicenow,
1116
name: {

components/servicenow/actions/create-incident/create-incident.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ export default {
66
description: "Creates a new incident record in ServiceNow.",
77
version: "0.0.1",
88
type: "action",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
servicenow,
1116
name: {

0 commit comments

Comments
 (0)