We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0f36d commit b4fa911Copy full SHA for b4fa911
2 files changed
internal/flashduty/context.go
@@ -8,8 +8,8 @@ import (
8
9
"github.com/bluele/gcache"
10
11
- sdk "github.com/flashcatcloud/flashduty-sdk"
12
"github.com/flashcatcloud/flashduty-mcp-server/pkg/trace"
+ sdk "github.com/flashcatcloud/flashduty-sdk"
13
)
14
15
type contextKey string
pkg/flashduty/statuspage.go
@@ -7,8 +7,8 @@ import (
7
"github.com/mark3labs/mcp-go/mcp"
"github.com/mark3labs/mcp-go/server"
"github.com/flashcatcloud/flashduty-mcp-server/pkg/translations"
const queryStatusPagesDescription = `Query status pages with components. Lists all pages or filter by IDs.`
0 commit comments