ListTools mocks base method.
()
| 87 | |
| 88 | // ListTools mocks base method. |
| 89 | func (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. |
| 97 | func (mr *MockServerProxierMockRecorder) ListTools() *gomock.Call { |