Skip to content

Commit 56906c3

Browse files
committed
Improve hint for Test tool
1 parent af576a8 commit 56906c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/buildkite/tests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type TestsClient interface {
2020

2121
func GetTest(ctx context.Context, client TestsClient) (tool mcp.Tool, handler server.ToolHandlerFunc) {
2222
return mcp.NewTool("get_test",
23-
mcp.WithDescription("Get a specific test in Buildkite Test Engine"),
23+
mcp.WithDescription("Get a specific test in Buildkite Test Engine. This provides additional metadata for failed test executions"),
2424
mcp.WithString("org",
2525
mcp.Required(),
2626
mcp.Description("The organization slug for the owner of the test suite"),

0 commit comments

Comments
 (0)