MCPcopy Index your code
hub / github.com/coder/coder / test

Struct test

cli/exp_mcp_test.go:738–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736 }
737
738 type test struct {
739 // event simulates an event from the screen watcher.
740 event *codersdk.ServerSentEvent
741 // state, summary, and uri simulate a tool call from the AI agent.
742 state codersdk.WorkspaceAppStatusState
743 summary string
744 uri string
745 expected *codersdk.WorkspaceAppStatus
746 }
747
748 runs := []struct {
749 name string

Calls

no outgoing calls

Tested by

no test coverage detected