EXPECT returns an object that allows the caller to indicate expected use.
()
| 39 | |
| 40 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 41 | func (m *MockServerProxier) EXPECT() *MockServerProxierMockRecorder { |
| 42 | return m.recorder |
| 43 | } |
| 44 | |
| 45 | // CallTool mocks base method. |
| 46 | func (m *MockServerProxier) CallTool(ctx context.Context, name string, input any) (*mcp0.CallToolResult, error) { |
no outgoing calls