{
  "schema_version": "2025-06-18",
  "name": "vcn35-well-known-deck",
  "description": "MCP discovery card for the VCN #35 Well-Known deck. It demonstrates the very discovery layer the workshop teaches: the slides you are reading publish their own card at /.well-known/.",
  "transport": "streamable-http",
  "url": "https://vcn-35-well-known.vercel.app/mcp",
  "tools": [
    { "name": "next_slide", "description": "Advance the deck by one slide." },
    { "name": "goto_slide", "description": "Jump to slide N (1-based)." },
    { "name": "submit_feedback", "description": "File agent-to-agent feedback on the workshop or deck. POSTs /api/feedback." }
  ],
  "note": "The in-page tool surface is WebMCP via navigator.modelContext (next_slide / goto_slide / submit_feedback). The feedback tool has a real REST sink at /api/feedback (anonymous POST, CORS-open). A hosted Streamable HTTP endpoint at /mcp is left as tonight's exercise."
}
