MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / __init__

Method __init__

core/exceptions.py:12–14  ·  view source on GitHub ↗
(self, tool_name: str)

Source from the content-addressed store, hash-verified

10 """Raised when an external tool is not found."""
11
12 def __init__(self, tool_name: str):
13 self.tool_name = tool_name
14 super().__init__(f"Tool '{tool_name}' not found. Please install it first.")
15
16
17class ToolExecutionError(SecuritySuiteException):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected