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
Copy file name to clipboardExpand all lines: pkg/flashduty/templates.go
+9-12Lines changed: 9 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ package flashduty
3
3
import (
4
4
"context"
5
5
"fmt"
6
+
"slices"
6
7
7
8
sdk "github.com/flashcatcloud/flashduty-sdk"
8
9
"github.com/mark3labs/mcp-go/mcp"
@@ -15,6 +16,12 @@ import (
15
16
16
17
constgetPresetTemplateDescription=`Fetch the preset (default) notification template for a specific channel. Returns the Go template code used as the starting point for customization.`
0 commit comments