We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af576a8 commit 56906c3Copy full SHA for 56906c3
1 file changed
internal/buildkite/tests.go
@@ -20,7 +20,7 @@ type TestsClient interface {
20
21
func GetTest(ctx context.Context, client TestsClient) (tool mcp.Tool, handler server.ToolHandlerFunc) {
22
return mcp.NewTool("get_test",
23
- mcp.WithDescription("Get a specific test in Buildkite Test Engine"),
+ mcp.WithDescription("Get a specific test in Buildkite Test Engine. This provides additional metadata for failed test executions"),
24
mcp.WithString("org",
25
mcp.Required(),
26
mcp.Description("The organization slug for the owner of the test suite"),
0 commit comments