MCPcopy Create free account
hub / github.com/GH05TCREW/MetasploitMCP / __init__

Method __init__

tests/test_tools_integration.py:25–26  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

23# Create a special mock for FastMCP that preserves the tool decorator behavior
24class MockFastMCP:
25 def __init__(self, *args, **kwargs):
26 pass
27
28 def tool(self):
29 # Return a decorator that just returns the original function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected