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

Class ToolNotFoundError

core/exceptions.py:9–14  ·  view source on GitHub ↗

Raised when an external tool is not found.

Source from the content-addressed store, hash-verified

7
8
9class ToolNotFoundError(SecuritySuiteException):
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 3

check_toolMethod · 0.90
run_commandMethod · 0.90

Calls

no outgoing calls

Tested by 1