MCPcopy Create free account
hub / github.com/coder/aibridge / ListTools

Method ListTools

mcpmock/mcpmock.go:89–94  ·  view source on GitHub ↗

ListTools mocks base method.

()

Source from the content-addressed store, hash-verified

87
88// ListTools mocks base method.
89func (m *MockServerProxier) ListTools() []*mcp.Tool {
90 m.ctrl.T.Helper()
91 ret := m.ctrl.Call(m, "ListTools")
92 ret0, _ := ret[0].([]*mcp.Tool)
93 return ret0
94}
95
96// ListTools indicates an expected call of ListTools.
97func (mr *MockServerProxierMockRecorder) ListTools() *gomock.Call {

Callers

nothing calls this directly

Calls 1

CallMethod · 0.80

Tested by

no test coverage detected