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
@@ -345,6 +362,41 @@ var rootCmd = &cobra.Command{
345
362
returnnewToolResult(resp, err)
346
363
})
347
364
365
+
// Register checks
366
+
s.AddTool(
367
+
mcp.NewTool(
368
+
"checks",
369
+
mcp.WithDescription("Get all the checks in the OpsLevel account. Checks provide a foundation for evaluating the maturity of software components, allowing for the definition and enforcement of criteria that ensure components are built and maintained according to best practices. Check priority is determined by level index, not level name—lower index means higher priority."),
0 commit comments