We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719bef3 commit cbb1751Copy full SHA for cbb1751
go/test/e2e/invoke_api_test.go
@@ -508,7 +508,7 @@ func TestE2EInvokeDeclarativeAgentWithMcpServerTool(t *testing.T) {
508
// Setup Kubernetes client (include v1alpha1 for MCPServer)
509
cli := setupK8sClient(t, true)
510
mcpServer := setupMCPServer(t, cli)
511
- // Define tools
+ // Define tools
512
tools := []*v1alpha2.Tool{
513
{
514
Type: v1alpha2.ToolProviderType_McpServer,
0 commit comments