📄️ SDK Support Matrix
Official support matrix for MPLP SDKs and language bindings (v1.0.0). Defines support levels for TypeScript, Python, Go, and Java.
📄️ Codegen from Schema
Guide for generating SDK models from MPLP JSON Schemas. Details source schemas, generated outputs for TypeScript and Python, and event model handling rules.
📄️ Go SDK Guide
Guide for the MPLP Go Example. Provides instructions for running the basic Go flow example and guidance for building custom Go bindings.
📄️ Java SDK Guide
Guide for the MPLP Java Example. Provides instructions for running the basic Java flow example and guidance for building custom Java bindings.
📄️ Python SDK Guide
Official guide for the MPLP Python SDK (mplp). Covers installation, features, quick start for single-agent execution, and golden flow verification.
📄️ Schema Mapping Standard
Canonical mapping rules from MPLP JSON Schema v2 to TypeScript and Python models. Defines type system mappings, naming conventions, and validation result contracts.
📄️ TypeScript SDK Guide
Official guide for the MPLP TypeScript SDK (@mplp/sdk-ts). Covers installation, core components, quick start with builders, and Ajv-based validation.