A static archive of community posts, articles, and podcast coverage around the MCP 2026-07-28 specification release.
The site is plain HTML, CSS, and JavaScript. It has no build step, analytics, cookies, or external JavaScript. Google Fonts is the only external page request. Post data lives in data/posts.json, and any post assets referenced by the dataset must be stored locally under assets/.
From the repository root:
python3 -m http.server 8080Then open http://localhost:8080.
Validate the dataset with:
node scripts/check-data.mjs- Add or update rows in the launch tracker Google Sheet.
- Export the relevant fields into
data/posts.jsonusing the documented schema. - Revisit new source URLs in a signed-in browser, then add the verified author, headline, and full post text.
- Cache any avatars or post images under
assets/before referencing them. Never hotlink post media. - Run
node scripts/check-data.mjs, review the site locally, and commit the changes.
The interface is intentionally framework-free so GitHub Pages can serve the repository root directly.