(self, *args, **kwargs)
| 23 | # Create a special mock for FastMCP that preserves the tool decorator behavior |
| 24 | class MockFastMCP: |
| 25 | def __init__(self, *args, **kwargs): |
| 26 | pass |
| 27 | |
| 28 | def tool(self): |
| 29 | # Return a decorator that just returns the original function |
nothing calls this directly
no outgoing calls
no test coverage detected