5-Minute Quickstart
This guide helps you validate MPLP protocol schemas and execute a minimal Golden Flow.
1. Clone & Install
git clone https://github.com/Coregentis/MPLP-Protocol.git
cd MPLP-Protocol
pnpm install
2. Validate Protocol Schemas
pnpm test:schema
If the validation succeeds, your environment is MPLP-ready.
3. Run a Golden Flow
cd examples/ts-golden-flows
pnpm run flow:01
You should see a trace of MPLP envelopes moving through the lifecycle.