This server operates in READ-ONLY mode for safety. It can read and analyze memory but cannot modify it. All operations are logged for security auditing.
When analyzing the state of a Python process, normally you would only have access to interpreter-level information: most variables would be of type PyObject*, and stack traces would only contain ...