MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / TestPickShellTool_Windsurf

Function TestPickShellTool_Windsurf

internal/sessions/transfer_test.go:398–403  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

396}
397
398func TestPickShellTool_Windsurf(t *testing.T) {
399 sess := mockSession("windsurf/1.2", windsurfTools)
400 if got := PickShellTool(sess); got != "shell_command" {
401 t.Errorf("expected shell_command, got %q", got)
402 }
403}
404
405func TestPickReadTool_ClaudeCode(t *testing.T) {
406 sess := mockSession("claude-code/1.0", claudeCodeTools)

Callers

nothing calls this directly

Calls 2

mockSessionFunction · 0.85
PickShellToolFunction · 0.85

Tested by

no test coverage detected