INFORMATIVEACTIVE
Truth Source: Repository schemas and tests are authoritative.
SDK Guides Overview
[!NOTE] Non-Normative Document
This page is informative only. SDK guides describe usage patterns for published package surfaces and related helper/runtime packages.
What This Section Contains
This section documents SDK usage guides for MPLP package surfaces published to standard registries. Guide pages may reference source-side mirrors for implementation context, but install and public-surface guidance is anchored to the published registry packages listed below.
| Document | Language | Package |
|---|---|---|
| TypeScript SDK Guide | TypeScript | @mplp/sdk-ts facade + @mplp/runtime-minimal |
| Python SDK Guide | Python | mplp-sdk protocol helper package |
| Go SDK Guide | Go | (planned) |
| Java SDK Guide | Java | (planned) |
Additional Resources
| Document | Purpose |
|---|---|
| Codegen from Schema | Schema-based code generation |
| Schema Mapping Standard | Schema to language mapping |
| Implementation Maturity Matrix | SDK feature coverage |
Reading Path
- Start with: Your target language SDK guide
- Schema mapping: Schema Mapping Standard
- Maturity: Implementation Maturity Matrix
Related Resources
- Repository Schemas — Schema SSOT
- npm @mplp/schema — canonical package-level Kernel Duty baseline
- npm @mplp/sdk-ts — TypeScript SDK facade
- npm @mplp/runtime-minimal — minimal runtime package
- PyPI mplp-sdk — Python protocol helper package
SDK guides are informative. Authoritative schemas are the source of truth for data structures.