Samrit Mukherjee - AI & ML Developer Logo
← All posts

Setting Up WebMCP in Next.js 16

By Samrit Mukherjee

Modern portfolios should be discoverable by agents, not just humans. WebMCP on Next.js 16 adds structured API catalogs, agent skill indexes, and MCP server cards.

This site exposes /api/v1/projects, /.well-known/api-catalog, and /llms.txt with cache-friendly headers so crawlers get consistent snapshots.

If you're adding agent discovery, version your APIs early — /api/v1/projects beats breaking /api/projects later.