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

Function newTestMCPAgentTool

coderd/x/chatd/chatd_internal_test.go:77–82  ·  view source on GitHub ↗
(name string, configID uuid.UUID)

Source from the content-addressed store, hash-verified

75}
76
77func newTestMCPAgentTool(name string, configID uuid.UUID) fantasy.AgentTool {
78 return &testMCPAgentTool{
79 testAgentTool: &testAgentTool{info: fantasy.ToolInfo{Name: name}},
80 configID: configID,
81 }
82}
83
84func (t *testMCPAgentTool) MCPServerConfigID() uuid.UUID {
85 return t.configID

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected