Machine Discovery

This static site exposes machine-readable discovery endpoints for crawlers and browser-based agents.

Public endpoints

These endpoints are now published in production on https://cedricv.com.

WebMCP

The site registers browser-side WebMCP tools when navigator.modelContext.registerTool() is available. These tools expose:

Hosting limits

The production site is served as a static site on Cloudflare Pages (edge CDN), built and deployed via GitHub Actions.

Note sur le chemin : les endpoints sont servis sous /well-known/ (sans point) car Cloudflare Pages ne sert pas les fichiers cachés (dotfiles). L'ancien chemin /.well-known/* redirige en 301 vers /well-known/* via src/_redirects.

If the site is later fronted by Cloudflare, Netlify, or another edge layer, response headers and markdown negotiation can be added there without changing the site structure.