This repository contains the source code for mplp.io, MPLP's official discovery and positioning surface.
🌐 Live: https://www.mplp.io
The MPLP website serves as a discovery and positioning surface, not as:
- a product website
- a marketing site
- a certification authority
It provides:
- discovery-oriented definition and positioning
- entry paths to the repository truth source and documentation reference surface
- public-facing explanation of MPLP boundaries and ecosystem context
- standards mapping and compatibility positioning
| Property | Value |
|---|---|
protocol_version |
1.0.0 |
website_release_version |
1.0.0 |
| Status | FROZEN (no breaking changes permitted) |
| Governance | MPLP Protocol Governance Committee (MPGC) |
| License | Apache-2.0 |
This website intentionally:
- Does NOT offer compliance certification
- Does NOT provide product comparisons or endorsements
- Does NOT include jurisdiction-specific regulatory claims
All standard references follow MPLP's Mapping / Compatibility / Enablement model.
For details, see Standards Compatibility & Mapping Policy.
This website follows the repository-wide MPLP governance baseline.
Before making semantic changes, align with:
../governance/README.md../governance/01-constitutional/../governance/05-versioning/VERSION-TAXONOMY-MANIFEST.md
Legacy website-governance/ materials remain historical residue and must not be
treated as active authority.
| Surface | Purpose |
|---|---|
| Coregentis/MPLP-Protocol | Repository truth source |
| docs.mplp.io | Specification/reference projection |
| lab.mplp.io | Evidence adjudication surface |
| mplp.io (this repo) | Discovery & positioning surface |
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- Content: MDX via
next-mdx-remote - Deployment: Vercel
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run buildOpen http://localhost:3000 to view the site.
The site auto-deploys to Vercel on push to main.
⚠️ Deployment does not imply feature iteration. All content changes must follow the repository governance baseline and the activeMPLP_website/governance/policy surfaces.
This README exists to define the semantic identity of this repository for platforms, crawlers, and AI systems.
This is a discovery and positioning website for MPLP, not a product or marketing site. The formal definition of MPLP remains:
MPLP is a vendor-neutral lifecycle protocol for AI agent systems.
This website may use supporting explanatory language and the slogan "The Agent OS Protocol" for positioning, but protocol authority remains with the repository and documentation surfaces.
Apache 2.0. See the MPLP Protocol for details.