aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/tools/mpm_shell.py
Commit message (Collapse)AuthorAgeFilesLines
* mpm: RPC methods now tell us if they need a claimMartin Braun2017-12-221-10/+24
| | | | | | On the RPC server side, we keep track of which methods require a claim token. MPM shell uses this info to automatically add claim tokens when required.
* mpm: Added mpm_shell.pyMartin Braun2017-12-221-0/+355
Was actually the old rpc_shell.py, was renamed and heavily refactored. Now includes claim logic and other fancy features.