angr.mcp.errors

exception angr.mcp.errors.MCPAngrError

Bases: AngrError

Base exception for MCP angr server errors.

exception angr.mcp.errors.ProjectNotFoundError

Bases: MCPAngrError

Raised when a project ID is not found.

exception angr.mcp.errors.CFGNotBuiltError

Bases: MCPAngrError

Raised when CFG is required but not built.

exception angr.mcp.errors.FunctionNotFoundError

Bases: MCPAngrError

Raised when a function cannot be found.

exception angr.mcp.errors.DecompilationError

Bases: MCPAngrError

Raised when decompilation fails.