zero_python_sdk
Access Python SDK documentation for Zero Network integration, including installation, wallet operations, and bridge functionality to implement crypto payments.
Instructions
Get Python SDK documentation — installation, wallet creation, sending Z, bridge operations, environment variables.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- zero_mcp/server.py:579-582 (handler)The handler function for the zero_python_sdk tool, which returns the documentation stored in the PYTHON_SDK constant.
@mcp.tool() def zero_python_sdk() -> str: """Get Python SDK documentation — installation, wallet creation, sending Z, bridge operations, environment variables.""" return PYTHON_SDK