You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Add a note to an incident's timeline. The note will appear in the incident's activity feed. Use this if there is a request to add context to an incident with a note.",
107
114
addActivityToIncident,
108
115
)
109
116
110
117
funcAddIncidentTools(mcp*server.MCPServer) {
111
118
ListIncidents.Register(mcp)
112
119
CreateIncident.Register(mcp)
113
120
AddActivityToIncident.Register(mcp)
121
+
GetIncident.Register(mcp)
122
+
}
123
+
124
+
typeGetIncidentParamsstruct {
125
+
IDstring`json:"id" jsonschema:"description=The ID of the incident to retrieve"`
0 commit comments