JSON-RPC 2.0 Specification, JSON-RPC Working Group, 2010 - Defines the JSON-RPC protocol, including request/response formats, error codes, and notification mechanisms.
logging - Logging facility for Python, Python Software Foundation, 2024 - Official guide to configuring Python's logging module, including stream handlers and targeting sys.stderr.
contextvars - Context Variables, Python Software Foundation, 2024 (Python Software Foundation) - Explains contextvars for managing context-local state in asynchronous Python applications.