MCPcopy Create free account
hub / github.com/coder/coder / testMCPAgentTool

Struct testMCPAgentTool

coderd/x/chatd/chatd_internal_test.go:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72type testMCPAgentTool struct {
73 *testAgentTool
74 configID uuid.UUID
75}
76
77func newTestMCPAgentTool(name string, configID uuid.UUID) fantasy.AgentTool {
78 return &testMCPAgentTool{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected